Skip to content

fix: move command descriptions outside of TUI module. #1449

@Hweinstock

Description

@Hweinstock

Problem

command descriptions currently live in the TUI module: https://github.com/aws/agentcore-cli/blob/main/src/cli/tui/copy.ts#L30.

This is confusing because its used for help text in the CLI as well, but is defined in the TUI module.

Definition of Done

Hoist these descriptions to a common place (perhaps https://github.com/aws/agentcore-cli/blob/main/src/cli/constants.ts).

Metadata

Metadata

Assignees

No one assigned

    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