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
oclif should be an optional dependency. It's already a dependency for emuto-cli, which means it'll be available in the command line every time.
Guide for testing the builtin command in jest: https://martianwabbit.com/2018/05/25/testing-oclif-with-jest.html
The API should be similar to this:
#! emuto -s command { "description": "My command", "flags": [ { "type": "version", "char": "v" } ], "main": $main } where $main = ( $ => $.stdin.my.filter )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
oclif should be an optional dependency. It's already a dependency for emuto-cli, which means it'll be available in the command line every time.
Guide for testing the builtin command in jest: https://martianwabbit.com/2018/05/25/testing-oclif-with-jest.html
The API should be similar to this:
The text was updated successfully, but these errors were encountered: