usage: cz commit [-h] [--retry] [--no-retry] [--dry-run]
                 [--write-message-to-file FILE_PATH] [-s] [-a] [-e]
                 [-l MESSAGE_LENGTH_LIMIT] [--]

Create new commit

options:
  -h, --help            show this help message and exit
  --retry               Retry the last commit.
  --no-retry            Skip retry if --retry or `retry_after_failure` is set
                        to true.
  --dry-run             Perform a dry run, without committing or modifying
                        files.
  --write-message-to-file FILE_PATH
                        Write message to FILE_PATH before committing (can be
                        used with --dry-run).
  -s, --signoff         Deprecated, use `cz commit -- -s` instead.
  -a, --all             Automatically stage files that have been modified and
                        deleted, but new files you have not told Git about are
                        not affected.
  -e, --edit            Edit the commit message before committing.
  -l, --message-length-limit MESSAGE_LENGTH_LIMIT
                        Set the length limit of the commit message; 0 for no
                        limit.
  --                    Positional arguments separator (recommended).
