Skip to content

feature / custom cmdline arguments #262

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

Closed
MikeMitterer opened this issue Jun 3, 2015 · 2 comments
Closed

feature / custom cmdline arguments #262

MikeMitterer opened this issue Jun 3, 2015 · 2 comments

Comments

@MikeMitterer
Copy link

Please support custom arguments

Something like this:

Sample:
grind --prefix-name Mike build

grind.dart
@task()
showArgs() {
customArgs().forEach((final String arg) => log(arg));
}

@zoechi
Copy link

zoechi commented Jun 3, 2015

I guess this is what #175 asks for.

@seaneagan
Copy link
Contributor

yep, see #175, and #116 is for a specific impl of that.

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

3 participants