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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add the possibility to skip some questions with flags such as
--typeor--scope.List of the flags to implement:
--type/-t--scope/-s--description/-d--body/-b--breaking-changes/-B(valuesyesorno)Only allow values declared in the configuration file for commit type. See #2
Abandoned, won’t implement.