Skip to content

Commit

Permalink
docs: add resto settings example to root command, add the new short…
Browse files Browse the repository at this point in the history
…cuts
  • Loading branch information
abdfnx committed Jan 3, 2022
1 parent 8e2c449 commit 336dffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ iwr -useb https://git.io/resto-win | iex

- <kbd>Ctrl+P</kbd>: **Open Resto Panel**
- <kbd>Ctrl+H</kbd>: **Open Help Guide**
- <kbd>Ctrl+E</kbd>: **Open Settings**
- <kbd>Ctrl+S</kbd>: **Save Request Body**
- <kbd>Ctrl+U</kbd>: **Update Your Resto**
- <kbd>Ctrl+Q</kbd>: **Quit**

## Documentation
Expand Down
3 changes: 3 additions & 0 deletions cmd/resto/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ func Execute(f *factory.Factory, version string, buildDate string) *cobra.Comman
# Get the latest release/tag of a repository (github, gitlab, bitbucket)
resto get-latest microsoft/vscode
# Update resto settings
resto settings set theme dracula
`),
Annotations: map[string]string{
"help:tellus": heredoc.Doc(`
Expand Down

0 comments on commit 336dffa

Please sign in to comment.