flags for non-interactive usage #3

Open
opened 2026-03-24 01:13:42 +01:00 by phundrak · 0 comments
Owner

Add the possibility to skip some questions with flags such as --type or --scope.

jj-cz commit --type feat --scope api

# still asks for description, main body, and breaking changes

List of the flags to implement:

  • --type / -t
  • --scope / -s
  • --description / -d
  • --body / -b
  • --breaking-changes / -B (values yes or no)

Only allow values declared in the configuration file for commit type. See #2

Add the possibility to skip some questions with flags such as `--type` or `--scope`. ```bash jj-cz commit --type feat --scope api # still asks for description, main body, and breaking changes ``` List of the flags to implement: - `--type` / `-t` - `--scope` / `-s` - `--description` / `-d` - `--body` / `-b` - `--breaking-changes` / `-B` (values `yes` or `no`) Only allow values declared in the configuration file for commit type. See #2
phundrak added the Kind/Feature
Priority
High
2
labels 2026-03-24 01:13:42 +01:00
phundrak added this to the v1.1 project 2026-03-24 01:14:29 +01:00
phundrak modified the project from v1.1 to v1.2 2026-03-24 01:15:58 +01:00
phundrak added a new dependency 2026-03-24 01:24:03 +01:00
Sign in to join this conversation.