ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

CLI - Support options for required parameters #331

Open dvstans opened 4 years ago

dvstans commented 4 years ago

For commands that have required parameters (like title), the CLI should accept them either as positional, or as options (-t, --title). The current positional-only approach may confuse users who think they should use "-t" instead of simply adding the title to the end of the command.