Skip to content

Improve default text output of commands #87

@sdairs

Description

@sdairs

In cases where commands output information, we should use easier to parse structure.

For example, local server list

Servers:
  blue-bird [stopped]
  dark-bolt [stopped]
  dark-orca [stopped]
  dark-puma [stopped]
  dark-puma-2 [stopped]
  default [stopped]
  dev [stopped]
  fast-bolt [stopped]
  iron-orca [stopped]
  pale-crow [stopped]
  pale-gull [stopped]
  pale-newt [stopped]
  red-frog [stopped]
  slim-crow [stopped]
  test [stopped]
  wild-crow [stopped]

16 servers, 0 running

this could be a markdown table.

should identify other commands where this would be helpful also.

use rust crate: tabled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions