Overview
help command suggests users can supply -h flag to see the help message but -h results in a warning
Behavior
Environment
- awsd version:
v0.0.8
- os: Mac OSX 13.6.3 (22G436)
Current behavior
Running $ _awsd -h results in the following error
WARNING: Profile -h does not exist.

However the current help command suggests -h flag is available.
Flags:
-h, --help help for awsd
$ _awsd help
Allows for switching AWS profiles files.
Usage:
awsd [flags]
awsd [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
list List AWS profiles command.
version awsd version command
Flags:
-h, --help help for awsd
Use "awsd [command] --help" for more information about a command.
Expected behavior
-h shorthand flag behaves the same way as help command and --help flag
Overview
helpcommand suggests users can supply-hflag to see the help message but-hresults in a warningBehavior
Environment
v0.0.8Current behavior
Running
$ _awsd -hresults in the following errorHowever the current help command suggests
-hflag is available.Expected behavior
-hshorthand flag behaves the same way ashelpcommand and--helpflag