We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from manly.py:
manly.py
if not len(args.command): print_err( "manly: missing COMMAND\nTry 'manly --help' for more information.", ) sys.exit(0)
many programs use 2 for invalid usage, argparse does it too
The text was updated successfully, but these errors were encountered:
man returns 1 for missing arg, which is probably what we should follow
Sorry, something went wrong.
Fixed in 4a6ad1f, need to follow up with making tests, ! manly or manly ; [[ $? -eq 1 ]] should be best
! manly
manly ; [[ $? -eq 1 ]]
Summertime
No branches or pull requests
from
manly.py
:many programs use 2 for invalid usage, argparse does it too
The text was updated successfully, but these errors were encountered: