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

Better getting started help text #21

Open
ejholmes opened this issue Aug 19, 2017 · 0 comments
Open

Better getting started help text #21

ejholmes opened this issue Aug 19, 2017 · 0 comments

Comments

@ejholmes
Copy link
Owner

Right now, If I cd to an empty directory, and execute walk, this is what I see:

dir $ walk
dir $

No output. walk is doing the right thing, since the intended behavior of a dependency in a directory without a Walkfile is to assume that the dependency is a static file, or a noop dep.

However, in the above case, where I'm executing a root target that has no Walkfile, it would be nice to output some helpful message on stderr:

dir $ walk
WARNING: No Walkfile found for target "all"
See https://ejholmes.github.io/walk#getting-started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant