openwhisk-cli icon indicating copy to clipboard operation
openwhisk-cli copied to clipboard

rows of wsk activation list have trailing whitespaces

Open starpit opened this issue 8 years ago • 0 comments

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)

starpit avatar May 09 '17 17:05 starpit