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
Support globbing even when the shell doesn't. Currently http://github.com/realbluesky/sounddart has to implement this itself.
@Command(plugins: [ const Glob() ]); foo(@Rest() files)
It would likely access the CommandInvocation before transformation / validation (e.g. in an onParse method in the plugin API), and expand any globs.
CommandInvocation
onParse
The text was updated successfully, but these errors were encountered:
This can use the glob package:
glob
https://chromiumcodereview.appspot.com/506993004/
once it's published.
Sorry, something went wrong.
No branches or pull requests
Support globbing even when the shell doesn't. Currently http://github.com/realbluesky/sounddart has to implement this itself.
It would likely access the
CommandInvocation
before transformation / validation (e.g. in anonParse
method in the plugin API), and expand any globs.The text was updated successfully, but these errors were encountered: