Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds rover docs open and rover docs list #314

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

EverlastingBugstopper
Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper commented Feb 25, 2021

fixes #308 with one modification

$ rover docs list
You can open any of these documentation pages by running rover docs open <slug>.

+--------------+---------------------------------+
| Slug         | Description                     |
+--------------+---------------------------------+
| api-keys     | Understanding Apollo's API Keys |
+--------------+---------------------------------+
| docs         | Rover's Documentation Homepage  |
+--------------+---------------------------------+
| start        | Getting Started with Rover      |
+--------------+---------------------------------+
| contributing | Contributing to Rover           |
+--------------+---------------------------------+

TODO: the webbrowser crate we use relies on some environment variables across operating systems. We should likely document this.

@EverlastingBugstopper EverlastingBugstopper added the feature 🎉 new commands, flags, functionality, and improved error messages label Feb 25, 2021
@EverlastingBugstopper EverlastingBugstopper added this to the March 9 milestone Feb 25, 2021
Copy link
Member

@lrlna lrlna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niiiicee!

Cargo.toml Outdated Show resolved Hide resolved
src/command/output.rs Show resolved Hide resolved
@EverlastingBugstopper EverlastingBugstopper force-pushed the avery/go-go-go-go-go-go branch 7 times, most recently from 22f5dee to 888e7e8 Compare February 26, 2021 20:44
@EverlastingBugstopper EverlastingBugstopper merged commit c6a1f5e into main Mar 1, 2021
@EverlastingBugstopper EverlastingBugstopper deleted the avery/go-go-go-go-go-go branch March 1, 2021 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎉 new commands, flags, functionality, and improved error messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFC: rover docs go
3 participants