Skip to content

Commit

Permalink
review comment: dc -> doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jun 27, 2021
1 parent 31c2e72 commit e42cd96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ $ biko gw [product] [flag(s)]
| Product | What | Command | Flags(Optional) |
| :----: | :----: | :----: | :----: |
| drive | Search on Google Drive | `drive`, `dr` | `--query, -q` |
| document | Search on Google Docs | `document`, `dc` | `--query, -q` |
| document | Create a new Google Docs | `document`, `dc` | `--new, -n` |
| document | Search on Google Docs | `document`, `doc` | `--query, -q` |
| document | Create a new Google Docs | `document`, `doc` | `--new, -n` |
| spreadsheets | Search on Google Sheets | `spreadsheets`, `ss` | `--query, -q` |
| spreadsheets | Create a new Google Sheets | `spreadsheets`, `ss` | `--new, -n` |
| presentation | Search on Google Slides | `presentation`, `pr` | `--query, -q` |
Expand Down
2 changes: 1 addition & 1 deletion cli/googleworkspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func newDriveCmd() cli.Command {
func newDocumentCmd() cli.Command {
return cli.Command{
Name: "document",
Aliases: []string{"dc"},
Aliases: []string{"doc"},
Usage: "Open Google Document page",
Flags: []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit e42cd96

Please sign in to comment.