1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/pkg/cli
Sam James 08df7f45c8
pkg/cli/test_exp.sh: use command -v
`which` is non-portable and not part of POSIX, but we can use `command -v`
for the same effect.

Debian [0] and Gentoo [1] are both trying to drop which from their base system.

[0] https://lwn.net/Articles/874049/
[1] https://bugs.gentoo.org/646588

Signed-off-by: Sam James <sam@gentoo.org>
2024-02-27 23:04:10 +00:00
..
cli.go interp: Support ~/.config/fq as fallback on macOS 2024-02-09 16:10:38 +01:00
noprofile.go cli: Make profile build optional and move it to cli 2021-09-12 13:08:53 +02:00
profile.go cli: Make profile build optional and move it to cli 2021-09-12 13:08:53 +02:00
test_cli_ctrlc.exp interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00
test_cli_ctrld.exp interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00
test_exp.sh pkg/cli/test_exp.sh: use command -v 2024-02-27 23:04:10 +00:00
test_repl.exp doc: fix typos 2023-05-14 21:45:15 +08:00