修改格式
This commit is contained in:
parent
56dbb298a8
commit
e4b7565bb3
|
|
@ -4596,7 +4596,9 @@ mod tests {
|
|||
assert!(help.contains("/diff"));
|
||||
assert!(help.contains("/version"));
|
||||
assert!(help.contains("/export [file]"));
|
||||
assert!(help.contains("/session [list|switch <session-id>|fork [branch-name]|delete <session-id> [--force]]"));
|
||||
assert!(help.contains(
|
||||
"/session [list|switch <session-id>|fork [branch-name]|delete <session-id> [--force]]"
|
||||
));
|
||||
assert!(help.contains(
|
||||
"/plugin [list|install <path>|enable <name>|disable <name>|uninstall <id>|update <id>]"
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in New Issue