commandlineparser / commandlineparser/commandline
Can I use command without verb when verbs are declared?
Open
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to use verbs with options like this:
`app.exe install --name someName --version 1.0.0`
and have command which doesn't use verb and use only value attribute such as:
`app.exe someName stream`
I need to do this for backwards compatibility of my application.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.