You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do zk init --no-input, it still prompts me for the link style and tag style.
It would be nice to have defaults for those so the flag would work so that I can create the "test automation` part of my homebrew-tap, which is required to get the formula submitted to the core repository.
ideally the test would be something like
zk init --no-input
echo"some note"> someid.md
zk index
zk list
# some assertion that it listed the note
The text was updated successfully, but these errors were encountered:
If I do
zk init --no-input
, it still prompts me for the link style and tag style.It would be nice to have defaults for those so the flag would work so that I can create the "test automation` part of my homebrew-tap, which is required to get the formula submitted to the core repository.
ideally the test would be something like
The text was updated successfully, but these errors were encountered: