nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Investigate options for command-line list arguments #81

Closed bocchino closed 3 years ago

bocchino commented 3 years ago

@LeStarch has requested that we use spaces instead of commas to separate lists. See what is possible in the command-line parsing tool we are using (scopt).

https://github.com/scopt/scopt

bocchino commented 3 years ago

Unfortunately it looks like comma separation is required in scopt. Let's use as is for now. If this is an important enough issue, we can switch to a different option parser in a later version of FPP.