Skip to content

Add mex timeline --format md #55

Description

@theDakshJaitly

Context

mex timeline currently renders to the terminal. Add a --format md option that emits Markdown, suitable for piping into reports / standup notes.

Scope

  • Add a --format option to the timeline command (default: current terminal output; md: Markdown).
  • Markdown output should be valid and readable (a table or a clean list of events).

Where

  • timeline command in src/cli.ts and wherever timeline rendering lives (grep for timeline).

Acceptance criteria

  • mex timeline --format md emits valid Markdown.
  • Default output is unchanged.
  • A test covers the md output shape.
  • npm run typecheck && npm test && npm run build pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliRelated to CLI commandsenhancementNew feature or request

    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