We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's quite usual to use watch-module with the same directories:
npx watch-module ../foo
But if we run npx watch-module we got the error You must specify a module's path !!!
npx watch-module
You must specify a module's path !!!
It can be useful to have a list of recent repository used now that we have a configuration folder.
Something like that:
Pressing "enter" will run watch-module the selected line
Pressing "space" will select multiple lines and enter will watch the all lines.
If the path is relative, we should transform it to an absolute path in order to make this watch-module work everywhere.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's quite usual to use watch-module with the same directories:
But if we run
npx watch-module
we got the errorYou must specify a module's path !!!
It can be useful to have a list of recent repository used now that we have a configuration folder.
Example
Something like that:
Pressing "enter" will run watch-module the selected line
Pressing "space" will select multiple lines and enter will watch the all lines.
Relative → absolute
If the path is relative, we should transform it to an absolute path in order to make this watch-module work everywhere.
The text was updated successfully, but these errors were encountered: