Github user walterddr commented on the issue:
https://github.com/apache/flink/pull/6049
Thanks for the comment @zentol . I actually thought about it and think we
should group same jobs status listings together, there are also some other
non-terminating states as well. Regarding the user-facing change to whether use
`-t` (terminated) or `-a` (all). I lean towards using `-a`, but internally we
named them terminated. Later on we can easily add supports like `finished`
`cancelled` etc if necessary. What do you think?
---