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

Flags: help #126

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

Flags: help #126

steveklabnik opened this issue Aug 10, 2017 · 4 comments

Comments

@steveklabnik
Copy link
Owner

This issue is part of #125

-h/--help: help

Using this flag looks like this:

$ rustdoc -h
$ rustdoc --help

This will show rustdoc's built-in help, which largely consists of
a list of possible command-line flags.

Some of rustdoc's flags are unstable; this page only shows stable
options, --help will show them all.


Should we keep this flag or not?

@steveklabnik
Copy link
Owner Author

I can't imagine we don't keep this.

Maybe we want a subcommand now though?

@euclio
Copy link
Contributor

euclio commented Aug 11, 2017

Clap automatically provides both.

@mgattozzi
Copy link
Contributor

Yeah we can pretty much close this one and #127 because of clap.

@steveklabnik
Copy link
Owner Author

Nice!

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

3 participants