commandlineparser / commandlineparser/commandline
Ability to use Object/Tuple as Option
Offen
- Vorherrschende Sprache
- C#
- Sterne
- 4.8k
- Forks
- 478
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Thanks for this awesome library!
Is there any possibility to to something like this:
```csharp
[Option('p', "position", Required = true, HelpText = "This will be cool")]
public object Position{ get; set; }
```
console:
```set-position -p {1,1,1}```
of course `Position` can be a typed object as well or maybe a tuple...
What do you think?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.