Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

dnx --watch just displays help options #2086

Closed
kirthik opened this issue Jun 17, 2015 · 5 comments
Closed

dnx --watch just displays help options #2086

kirthik opened this issue Jun 17, 2015 · 5 comments
Milestone

Comments

@kirthik
Copy link
Contributor

kirthik commented Jun 17, 2015

When you type dnx --watch, the behavior is same as typing dnx.

@davidfowl
Copy link
Member

?

@analogrelay
Copy link
Contributor

This is expected because you haven't given enough arguments to actually execute DNX. You'd need to specify a directory and command still, i.e. dnx --watch . run.

Some of this might be better with #1403 and we should probably print an error message as well as dumping the help content.

@kirthik
Copy link
Contributor Author

kirthik commented Jul 10, 2015

Yes instructions don't talk about including run or . options so its confusing when you type the command according to instructions and you get back the help content. As @anurse mentioned, instructions and error message should be improved.

@muratg muratg added this to the 1.0.0 backlog milestone Sep 11, 2015
@muratg
Copy link
Contributor

muratg commented Sep 11, 2015

@victorhurdugaci

@victorhurdugaci
Copy link
Contributor

This will not be needed anymore once we have dnx-watch

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

No branches or pull requests

5 participants