[FEATURE] less verbose cli output
See original GitHub issue(Version 1.1.9)
Problem
compodoc’s cli output is quite verbose. There is the --silent
option, but this way also error messages and build success messages are hidden.
There should be a way to not spam your screen or CI logs and although see error and success messages.
Suggestions
Make cli output less verbose by default. Only display warnings, errors and final success or fail messages. Nobody needs to be informed about hundreds of successful operations.
Offer options to show more output for debugging (e.g. --verbose
, --debug
or --loglevel=info
).
Offer CI friendly output (e.g. --ci
= no big splash screen logo or unnecessary whitespace with loglevel error).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:17 (2 by maintainers)
Top Results From Across the Web
Less verbose CLI Output · Issue #76 · Juniper/jsnapy - GitHub
Team We need to have the option to reduce the verbosity of the CLI output. If the test pass, I don't think there...
Read more >The CLI's Essential 'Verbose' Option | Dojo Five
This allows you to change log levels within the program, outputting as little or as much as you desire.
Read more >Can Maven be made less verbose? - Stack Overflow
I want to get rid of all [INFO] lines, but I couldn't find any mention of an argument or config settings that controls...
Read more >Verbose output - HTTPie 3.2.1 (latest) docs
Default options from the config file, or specified any other way, can be unset for a particular invocation via --no-OPTION arguments passed via...
Read more >Controlling mysql's Verbosity Level - MySQL Cookbook [Book]
Controlling mysql's Verbosity Level Problem You want mysql to produce more output. Or less. Solution Use the -v or -s options for more...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey, thanks for checking into this @simbo after a few days, haha! I also tried, and I do not think this functionality has been merged yet…
@jepstein-eagle @simbo Well receive, will add output levels in version 1.1.10