Skip to content

[BUG] [v0.0.7] cortex resume --last shows redundant --last flag in Quick Start #48523

@bluecatdev333

Description

@bluecatdev333

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

Image

Steps to Reproduce

  1. Run cortex --help.
  2. Scroll to the Quick Start section.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingideIssues related to IDEvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions