diff --git a/functions/getopts.fish b/functions/getopts.fish index 55888b3..5b1ee2d 100644 --- a/functions/getopts.fish +++ b/functions/getopts.fish @@ -1,4 +1,4 @@ -function getopts -d "Parse CLI options" +function getopts -d "Parse command options" if not set -q argv[1] return 1 end