Implement global command-line interface
This is a proposition for the implementation of a global command-line interface for FACILE-RS.
All FACILE-RS scripts would be called using the command facile-rs
followed by relevant subcommands.
For example, create_cff
is replaced with facile-rs cff create
. See the README or Sphinx documentation for more details.
- The scripts can still be called directly from the command-line, but this usage now raises a deprecation warning.
- The documentation of each script has been removed from the README but is available in the Sphinx documentation or by using the
--help
option.
TODO before merging:
-
Revert 9ed0e044
Edited by Marie Houillon