From e42cd964f1b8bf8e713e281e78e68cd559d86ea3 Mon Sep 17 00:00:00 2001 From: hirosassa Date: Sun, 27 Jun 2021 20:12:00 +0900 Subject: [PATCH] review comment: dc -> doc --- README.md | 4 ++-- cli/googleworkspace.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a09c9e7..f653cbf 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/cli/googleworkspace.go b/cli/googleworkspace.go index 4cc55f1..62973d2 100644 --- a/cli/googleworkspace.go +++ b/cli/googleworkspace.go @@ -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{