dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.4k stars 381 forks source link

Any plans on supporting .yaml or .json format for specifying the command line args. #454

Open srsaggam opened 5 years ago

srsaggam commented 5 years ago

It seems right now only .rsp is the alternative format to specify the command line args. Since most of the new projects follow the .json or .yaml formats. Is there a good story around enabling these kind of formats?

srsaggam commented 5 years ago

@jonsequitur cc: @CESARDELATORRE @vinodshanbhag @rjoshi

CESARDELATORRE commented 5 years ago

Agree. Here's one example of a CLI in the market using a .YAML file as the main argument:

https://eng.uber.com/introducing-ludwig/

https://uber.github.io/ludwig/examples/

srsaggam commented 5 years ago

cc: @justinormont