-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
74 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ func main() { | |
app.Author = "Tanaike [ https://github.com/tanaikech/ggsrun ] " | ||
app.Email = "[email protected]" | ||
app.Usage = "Executes Google Apps Script (GAS) on Google and Feeds Back Results." | ||
app.Version = "1.3.3" | ||
app.Version = "1.3.4" | ||
app.Commands = []cli.Command{ | ||
{ | ||
Name: "exe1", | ||
|
@@ -149,15 +149,19 @@ func main() { | |
Flags: []cli.Flag{ | ||
cli.StringFlag{ | ||
Name: "fileid, i", | ||
Usage: "File ID on Google Drive", | ||
Usage: "File ID on Google Drive. Using file ID, you can download all files except for bound scripts.", | ||
}, | ||
cli.StringFlag{ | ||
Name: "filename, f", | ||
Usage: "File Name on Google Drive", | ||
}, | ||
cli.StringFlag{ | ||
Name: "projectid, pi", | ||
Usage: "Project ID of bound scripts of Google Sheets, Docs, or Forms file", | ||
Usage: "Project ID of 'bound scripts' of Google Sheets, Docs, or Forms file. Please use this for downloading 'bound scripts'.", | ||
}, | ||
cli.StringFlag{ | ||
Name: "boundscriptname, bn", | ||
Usage: "This is used for the option of 'projectid'. Using this option, when you download the 'bound scripts', you can give the filename.", | ||
}, | ||
cli.StringFlag{ | ||
Name: "extension, e", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters