Skip to content

[FEATURE] Output format option as YAML for readability #14

@edenreich

Description

@edenreich

Summary

I would like the Debugger to output in YAML format when passing -o yaml (this should be default behavior).

It should support also JSON output. When for example I want to call the tasks list, I would expect to see something like:

tasks:
  - id: some-id
    ...
  - id:
    ...

Acceptance Criteria

  • The debugger supports format options for YAML or JSON
  • The code is using proper standard libraries for unmarshal or marshal structured objects
  • It's documented
  • It's tested

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions