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

Add AppSetting to NOT expect a binary name before args #318

Closed
kbknapp opened this issue Oct 13, 2015 · 1 comment
Closed

Add AppSetting to NOT expect a binary name before args #318

kbknapp opened this issue Oct 13, 2015 · 1 comment
Assignees
Labels
A-parsing Area: Parser's logic and needs it changed somehow.
Milestone

Comments

@kbknapp
Copy link
Member

kbknapp commented Oct 13, 2015

There are times when you may want to match over and over against valid args, but the binary name may not precede the args (think daemons, interactive CLIs, etc.)

The workaround without this setting is to insert a fake binary name prior to arg string, but this requires needless allocation, etc.

@kbknapp kbknapp added T: new feature A-parsing Area: Parser's logic and needs it changed somehow. labels Oct 13, 2015
@kbknapp kbknapp added this to the 1.4.6 milestone Oct 13, 2015
@kbknapp kbknapp self-assigned this Oct 28, 2015
@kbknapp
Copy link
Member Author

kbknapp commented Oct 28, 2015

#327 adds this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-parsing Area: Parser's logic and needs it changed somehow.
Projects
None yet
Development

No branches or pull requests

1 participant