Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dilijev opened this issue Aug 29, 2017 · 0 comments
Labels

Comments

@dilijev
Copy link
Collaborator

dilijev commented Aug 29, 2017

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       │     │
└──────────┴─────┘
@dilijev dilijev added the bug label Aug 29, 2017
@dilijev dilijev changed the title Default formatter shows node output separately from other hosts, even if output is the same With -s, default formatter groups node host output separately from other host types, even if output is the same Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant