You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,8 +29,9 @@ NOTE: All common config can be configured via `~/.fastcommit/config.toml`
29
29
-`-d, --diff-file <DIFF_FILE>`: Specify the path to the file containing the differences.
30
30
-`--conventional <CONVENTIONAL>`: Enable or disable conventional commit style analysis. Acceptable values are `true` or `false`.
31
31
-`-l, --language <LANGUAGE>`: Specify the language for the commit message. Acceptable values are `en` (English) or `zh` (Chinese).
32
-
-`-gb, --generate-branch`: Generate branch name.
32
+
-`-b, --generate-branch`: Generate branch name.
33
33
-`--branch-prefix`: prefix of the generated branch name
34
+
-`-m, --message`: Generate commit message (use with -b to output both)
34
35
-`-v, --verbosity <VERBOSITY>`: Set the detail level of the commit message. Acceptable values are `verbose` (detailed), `normal`, or `quiet` (concise). The default is `quiet`.
35
36
-`-p, --prompt <PROMPT>`: Additional prompt to help AI understand the commit context.
36
37
-`-r, --range <RANGE>`: Specify diff range for generating commit message (e.g. HEAD~1, abc123..def456).
@@ -63,7 +64,19 @@ NOTE: All common config can be configured via `~/.fastcommit/config.toml`
0 commit comments