Skip to content

cli: dir subcommand "list" alias missing — exits 1 instead of suggesting "ls" #1465

@namastex888

Description

@namastex888

Summary

genie dir list exits with status 1, while genie dir ls works.

Repro

  1. Run genie dir list.
  2. Observe exit code 1.
  3. Run genie dir ls.
  4. Observe the directory list succeeds.

Expected

genie dir list should either alias to genie dir ls or fail with a helpful suggestion.

Impact

The default dogfood install sanity smoke uses genie dir list, so this blocks a clean release validation path.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions