Closed
Description
Hello,
I was wondering if fclp has got a command concept with per-command parameters.
Something like this:
SetupCommand("create")
.WithParam("initialUrl")
.Required()
SetupCommand("restore")
.WithParam("fromFile")
.Required()
And then use it in this way
myApp.exe create --initialUrl http://www.google.it
myApp.exe restore --fromFile C:\data.json