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

Prompting for .watchmanconfig in "add" command is not script friendly #33

Open
ncjones opened this issue Aug 16, 2018 · 2 comments
Open

Comments

@ncjones
Copy link

ncjones commented Aug 16, 2018

Running wml add always prompts for adding/updating .watchmanconfig with .git and node_modules ignores even if the watchmanconfig already exists. This makes it hard to automate the adding of wml links.

@rondinellimorais
Copy link

This workaround work for me:

printf 'n\nn' | wml add

this will say no for the two questions

@Bonerdelli
Copy link

I suggest to add --yes option for wml add command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants