'-a' flag produces different output than '-a='
Open
enhancement
- Dominant language
- Go
- Stars
- 31
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
for example, when listing configs:
``` console
ENG000656:workflow aaronschlesinger$ deis config:list -a test1
=== test1 Config
A B
FOO 1
ONE 1
ENG000656:workflow aaronschlesinger$ deis config:list -a=test1
=== =test1 Config
```
The former and the latter should produce the same output, or one should error.
Replaces deis/workflow#127
Contributor guide
Assessment
This issue has not been assessed yet.