easyoptions/bash/that_other_lib.sh

7 lines
147 B
Bash

## -t, --that-option That is the option.
that-other-feature()
{
[[ -n "$that_option" ]] && echo "That other option: $that_option"
}