zk/tests/issue-20.tesh

11 lines
247 B
Plaintext
Raw Normal View History

2022-01-10 13:28:14 +00:00
# Local notebook configuration should be optional.
# https://github.com/zk-org/zk/issues/20
2022-01-10 13:28:14 +00:00
1$ zk index -q
2>zk: error: failed to open notebook: no notebook found in {{working-dir}} or a parent directory
$ mkdir .zk
$ zk index -q 2> /dev/null
2022-01-10 13:28:14 +00:00