mwe-subcommands-click icon indicating copy to clipboard operation
mwe-subcommands-click copied to clipboard

Minimal example how to use sub commands and click

Minimal example of nesting commands using click

  1. Set a virtual environment using the provided environment.yml
  2. From the command line, at the project's root, run: python my_cli.py --help

This example is based/inspired by this answer.