commandlineparser / commandlineparser/commandline
Can I use command without verb when verbs are declared?
Offen
- Vorherrschende Sprache
- C#
- Sterne
- 4.8k
- Forks
- 478
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.