-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
How do you use it with commands? #48
Comments
I am looking for command support too... |
Hey @JoshMcCullough and @yfwz100 . Can you provide the use cases you are looking for with more detail? If you want to use The purpose of the library is to provide support for interactivity commands, using a yargs fashion, but also add the ability to pass values to these commands when the interactivity is not needed (i.e. in CI environments). |
The use case is |
I came here looking for the same and thought it was somehow supported since the examples use |
I don't see how to use this package with commands. E.g. ...
I can only call
.interactive(...)
and pass in options directly from theyargsInteractive()
return. I can't seem to configure an interactive command.The text was updated successfully, but these errors were encountered: