Skip to content

help command lists only manifest commands, not showtasks / addtask etc. #49

@AkshajSinghal

Description

@AkshajSinghal

The hardcoded help handler in cli.py echoes a static string listing commands. The kernel's run_help correctly queries the live registry. However the cli-layer REPL may short-circuit to _handle_local_command before reaching the kernel, so users see the stale hardcoded list and miss any plugin-registered commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions