Skip to content
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

Globbing #63

Open
seaneagan opened this issue Jun 3, 2014 · 1 comment
Open

Globbing #63

seaneagan opened this issue Jun 3, 2014 · 1 comment

Comments

@seaneagan
Copy link
Owner

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.

@seaneagan
Copy link
Owner Author

This can use the glob package:

https://chromiumcodereview.appspot.com/506993004/

once it's published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant