Skip to content

feat(list): show all runtimes without argument and indicate global version #54

@CalvinAllen

Description

@CalvinAllen

Description

The dtvem list command currently requires a runtime argument (e.g., dtvem list node). Users should be able to run dtvem list without arguments to see all installed versions across all runtimes.

Additionally, the command doesn't indicate which version is set as the global default.

Expected Behavior

  • dtvem list (no args) shows all installed versions grouped by runtime
  • Each version shows "(global)" indicator if it's the global default

Current Behavior

$ dtvem list
Error: accepts 1 arg(s), received 0

Acceptance Criteria

  • dtvem list without arguments shows all installed versions
  • Versions are grouped by runtime
  • Global version is indicated with "(global)" suffix
  • dtvem list <runtime> continues to work as before

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions