File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,20 @@ pub enum Subcommands {
22
22
Status ,
23
23
24
24
/// Combines two entities together to perform an operation.
25
- #[ clap( about = "Combines two entities together to perform an operation.
26
- Non-exhaustive list of operations
25
+ #[ clap(
26
+ about = "Combines two entities together to perform an operation" ,
27
+ long_about = "Combines two entities together to perform an operation.
28
+
29
+ Non-exhaustive list of operations:
27
30
│Source │Target
28
31
──────┼───────────┼──────
29
32
Amend │File,Branch│Commit
30
33
Squash│Commit │Commit
31
34
Assign│File,Branch│Branch
32
35
Move │Commit │Branch
33
36
34
- For examples `but rub --help`." ) ]
37
+ For examples see `but rub --help`."
38
+ ) ]
35
39
Rub {
36
40
/// The source entity to combine
37
41
source : String ,
You can’t perform that action at this time.
0 commit comments