Skip to content

Implement global command-line interface

Marie Houillon requested to merge script-to-cli into master

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:

Edited by Marie Houillon

Merge request reports

Loading