-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Customer ReportedBugs reported by customersBugs reported by customersenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
INFO
We should support positional arguments.
Example:
app.exe move "path/to/file" "move/to/path"
Where the move
command contains
public class Model
{
[OptionOrder(1)]
public string SourcePath { get; set; }
[OptionOrder(2)]
public string MovePath { get; set; }
}
TODO
- Add attribute support
- Add Fluent API support
- Add support in argument parser
- Add Tests
Metadata
Metadata
Assignees
Labels
Customer ReportedBugs reported by customersBugs reported by customersenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed