• Derek Stavis's avatar
    cli: fix #161 by inverting test argument order · 3fb8b348
    Derek Stavis authored
    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
    3fb8b348
omf.fish 4.03 KB