apache / apache/openwhisk-cli

rows of wsk activation list have trailing whitespaces

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
bug good first issue help wanted
Dominant language
Go
Stars
109
Forks
98
PR merge metrics
No merged PRs in 30d

Description

i can't `grep 'foo$'` in the output of `wsk activaton list`, because the lines end with a bunch of whitespace

e.g. i want to look for lines that end with my selected action name, because i might have both "foo" and "foo-rule", so i can't just grep for foo (yes, i can grep -v foo-rule, but this seems like an easy thing to fix in the CLI)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.