# usage: e.g. ./scripts/args_from_help.sh sqlite3 | tee arguments.grammar $1 --help 2>&1 | grep -o -E '\-{1,2}[a-z,A-Z,0-9,\-]{1,64}={0,1}' | sort --unique | grep -v -w '\-h\|\-\-help' -