修改格式

This commit is contained in:
zhaoyanchao 2026-04-30 11:02:28 +08:00
parent 56dbb298a8
commit e4b7565bb3
1 changed files with 3 additions and 1 deletions

View File

@ -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>]"
));