Skip to content

With -s, default formatter groups node host output separately from other host types, even if output is the same #46

@dilijev

Description

@dilijev

Default:

>eshost --tags council -is -x "print('a'); print(123);"
## Source
print('a'); print(123);

#### ch-1.7.1, d8, sm
a
123

#### node, node-ch
a
123

Table:

>eshost --tags council -its -x "print('a'); print(123);"
## Source
print('a'); print(123);

┌──────────┬─────┐
│ ch-1.7.1 │ a   │
│ d8       │ 123 │
│ node     │     │
│ node-ch  │     │
│ sm       │     │
└──────────┴─────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions