mirror of
https://github.com/mickael-menu/zk
synced 2024-11-15 12:12:56 +00:00
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
# Crash when `zk new` fails.
|
|
# https://github.com/mickael-menu/zk/issues/82
|
|
$ cd issue-82
|
|
|
|
$ zk new --group quest --print-path
|
|
>{{working-dir}}/untitled.md
|
|
|
|
$ EDITOR=echo zk new --group quest
|
|
>{{working-dir}}/untitled.md
|
|
|