Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cortex-cli/src/cli/styles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub const AFTER_HELP: &str = color_print::cstr!(
<green,bold>cortex</> <dim>"fix the bug"</> Start TUI with initial prompt
<green,bold>cortex run</> <dim>"explain this"</> Non-interactive single request
<green,bold>cortex exec</> <dim>"run tests"</> Headless execution for CI/CD
<green,bold>cortex resume --last</> Continue most recent session
<green,bold>cortex resume</> Continue most recent session

<cyan,bold>🌍 ENVIRONMENT VARIABLES</>
<yellow>CORTEX_HOME</> Override config directory (default: ~/.config/cortex)
Expand Down