Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Disable warnings in commandline #3

Closed
BlaM opened this issue Jan 18, 2016 · 1 comment
Closed

Disable warnings in commandline #3

BlaM opened this issue Jan 18, 2016 · 1 comment

Comments

@BlaM
Copy link

BlaM commented Jan 18, 2016

When usind cli.js - how do I disable warnings?

@gavinhungry
Copy link
Owner

@BlaM, the warnings are written to stderr, so it shouldn't affect your piped output (the code is written to stdout).

But, I added a -q, --quiet option for you in 0.6.0 anyway:

Usage: closure-service [options] <file>

Options:

  -h, --help     output usage information
  -V, --version  output the version number
  -q, --quiet    no warning output

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

2 participants