Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--no-input doesn't seem to work for zk init #121

Closed
mhanberg opened this issue Dec 17, 2021 · 2 comments · Fixed by #122
Closed

--no-input doesn't seem to work for zk init #121

mhanberg opened this issue Dec 17, 2021 · 2 comments · Fixed by #122
Labels
bug Something isn't working

Comments

@mhanberg
Copy link
Contributor

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
@mickael-menu
Copy link
Collaborator

You're right, it was an oversight when adding the init wizard.

@mhanberg
Copy link
Contributor Author

awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants