Project
cortex
Description
In the Quick Start section of cortex --help, the command is displayed as:
cortex resume --last
However, cortex resume already defaults to resuming the most recent session, so the --last flag is redundant and unnecessary. This could confuse users or make the documentation look outdated.
Error Message
Debug Logs
System Information
OS: Ubuntu 22.04 (as shown in the screenshot)
Cortex version: 0.0.7
Screenshots
Steps to Reproduce
- Run
cortex --help.
- Scroll to the Quick Start section.
- Observe that the cortex resume --last command is listed.
Expected Behavior
The Quick Start should display cortex resume without the --last flag, since it is the default behavior.
Actual Behavior
The help shows cortex resume --last, which is redundant.
Additional Context
Removing --last will make the documentation clearer and prevent confusion for new users.
Project
cortex
Description
In the Quick Start section of cortex --help, the command is displayed as:
cortex resume --lastHowever, cortex resume already defaults to resuming the most recent session, so the --last flag is redundant and unnecessary. This could confuse users or make the documentation look outdated.
Error Message
Debug Logs
System Information
OS: Ubuntu 22.04 (as shown in the screenshot) Cortex version: 0.0.7Screenshots
Steps to Reproduce
cortex --help.Expected Behavior
The Quick Start should display cortex resume without the --last flag, since it is the default behavior.
Actual Behavior
The help shows cortex resume --last, which is redundant.
Additional Context
Removing --last will make the documentation clearer and prevent confusion for new users.