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
$EDITOR
current usage to add a command goes like this
bin/ask add <command> --desc "this is awesome command"
It could be reduced to a simple command bin/ask add:
bin/ask add
ask
The text was updated successfully, but these errors were encountered:
yangchenyun
No branches or pull requests
current usage to add a command goes like this
It could be reduced to a simple command
bin/ask add
:$EDITOR
to edit the commandask
andask
parsed the file and added the command into storage.The text was updated successfully, but these errors were encountered: