You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/cmd-list-filter-match.tesh

10 lines
371 B
Plaintext

$ cd blank
# --exact-match is deprecated.
1$ zk list -q --exact-match
2>zk: error: incorrect criteria: the --exact-match (-e) option is deprecated, use --match-strategy=exact (-Me) instead
# --exact-match is deprecated (short flag).
1$ zk list -q -e
2>zk: error: incorrect criteria: the --exact-match (-e) option is deprecated, use --match-strategy=exact (-Me) instead