streamlet-examples/cloc
branchv_0
changeset 50 22ed5647b235
parent 49 ab48ad4ecb91
child 70 018e2609f5bb
equal deleted inserted replaced
49:ab48ad4ecb91 50:22ed5647b235
    23 # or --option "attribute" "total" (sum of code, comment and blank lines, hidden by default).
    23 # or --option "attribute" "total" (sum of code, comment and blank lines, hidden by default).
    24 #
    24 #
    25 # Optional prefix can be added to attribute names: --option 'prefix' 'my_prefix_'
    25 # Optional prefix can be added to attribute names: --option 'prefix' 'my_prefix_'
    26 
    26 
    27 
    27 
    28 . "$(dirname "$0")/streamlet-common.sh"
    28 . "$(dirname "$(realpath "$0")")/streamlet-common.sh"
    29 
    29 
    30 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    30 processMessage_WAITING_FOR_OUTPUT_ATTRIBUTES_METADATA() {
    31 	clocFields=()
    31 	clocFields=()
    32 
    32 
    33 	for (( i=0; i<${#optionNames[@]}; i++)); do
    33 	for (( i=0; i<${#optionNames[@]}; i++)); do