Skip to content

Commit f739926

Browse files
committed
feat(args): clarify doc comment to list supported operations (amend, squash, assign, move)
1 parent 836d9ec commit f739926

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

crates/but/src/args/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub enum Subcommands {
110110
review: bool,
111111
},
112112

113-
/// Combines two entities together to perform an operation.
113+
/// Combines two entities together to perform an operation like amend, squash, assign, or move.
114114
///
115115
/// The `rub` command is a simple verb that helps you do a number of editing
116116
/// operations by doing combinations of two things.

crates/but/tests/but/command/snapshots/help/no-arg.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

crates/but/tests/but/command/snapshots/help/rub-long-help.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

crates/but/tests/but/command/snapshots/help/rub-short-help.stdout.term.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)