mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-23 00:03:27 +01:00
3a7743ffc5
- using `echo` on 'windows' platforms requires process execution indirectly via the shell - `printf` is available on all GHA CI platforms - `printf` is *not* available on usual 'windows' platforms; so this is just temporizing, awaiting a true fix
6 lines
150 B
Plaintext
Vendored
6 lines
150 B
Plaintext
Vendored
# Make sure that the pager gets executed
|
|
--paging=always
|
|
|
|
# Output a dummy message for the integration test.
|
|
--pager="printf dummy-pager-from-config"
|