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

Flags: verbose #128

Closed
steveklabnik opened this issue Aug 10, 2017 · 3 comments
Closed

Flags: verbose #128

steveklabnik opened this issue Aug 10, 2017 · 3 comments

Comments

@steveklabnik
Copy link
Owner

This issue is part of #125

-v/--verbose: more verbose output

Using this flag looks like this:

$ rustdoc -v src/lib.rs
$ rustdoc --verbose src/lib.rs

This enables "verbose mode", which means that more information will be written
to standard out. What is written depends on the other flags you've passed in.
For example, with --version:

$ rustdoc --verbose --version
rustdoc 1.17.0 (56124baa9 2017-04-24)
binary: rustdoc
commit-hash: hash
commit-date: date
host: host-triple
release: 1.17.0
LLVM version: 3.9

Should we keep this flag or not?

@steveklabnik
Copy link
Owner Author

This seems like a pretty obvious thing to keep. Possibly we should have a quiet flag too!

@euclio
Copy link
Contributor

euclio commented Aug 25, 2017

If a user passed the verbose flag, would we want to forego the spinners and just print all messages to stdout, in addition to verbose-only messages?

@steveklabnik
Copy link
Owner Author

Yeah, dropping the spinners and printing out some form of logs seems 👍

euclio added a commit to euclio/rustdoc that referenced this issue Aug 27, 2017
euclio added a commit to euclio/rustdoc that referenced this issue Aug 28, 2017
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

2 participants