Skip to content

Commit 1b58ecc

Browse files
committed
fix(cli): simplify resume quick start example
1 parent 7954d02 commit 1b58ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cortex-cli/src/cli/styles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub const AFTER_HELP: &str = color_print::cstr!(
3232
<green,bold>cortex</> <dim>"fix the bug"</> Start TUI with initial prompt
3333
<green,bold>cortex run</> <dim>"explain this"</> Non-interactive single request
3434
<green,bold>cortex exec</> <dim>"run tests"</> Headless execution for CI/CD
35-
<green,bold>cortex resume --last</> Continue most recent session
35+
<green,bold>cortex resume</> Continue most recent session
3636
3737
<cyan,bold>🌍 ENVIRONMENT VARIABLES</>
3838
<yellow>CORTEX_HOME</> Override config directory (default: ~/.config/cortex)

0 commit comments

Comments
 (0)