SmartBear-DevRel / explore-cli

Simple utility CLI for importing and exporting data to and from SwaggerHub Explore
https://www.nuget.org/packages/Explore.Cli
Apache License 2.0
5 stars 4 forks source link

Add the ability to read command line arguments from a config file with `-c` #16

Open Yousef-Majidi opened 1 year ago

Yousef-Majidi commented 1 year ago

I think this app could benefit from the ability to provide a config file to parse the arguments instead of having to manually enter them. I can provide more details on how I plan to do this if you agree.