Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Add verbose mode #41

Open
dsebastien opened this issue Nov 19, 2015 · 1 comment
Open

Add verbose mode #41

dsebastien opened this issue Nov 19, 2015 · 1 comment

Comments

@dsebastien
Copy link
Owner

It should be possible to:

  1. pass a --verbose (or -v) argument when executing gulp and have that trigger additional logs (e.g., files in streams, etc)
  2. configuration an option to enable debug/verbose mode (cfr Add configuration hooks #8)
@dsebastien
Copy link
Owner Author

The args could be retrieved at the entry point using the yargs module (https://www.npmjs.com/package/yargs) and passed within the options object (e.g., options.args)

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

No branches or pull requests

1 participant