cli: fix #161 by inverting test argument order
Since `test` interprets arguments starting with a single dash as options when comparing `test -h = --help` just swap parameter orders as in `test --help = -h`. Also related to issue #161 is the issue from fish repository at fish-shell/fish-shell#2332
Showing
Please register or sign in to comment