Skip to content

Commit 51bf94d

Browse files
authored
fix: add --octoherd-bypass-confirms to options listed in README (#33)
fix: add `--octoherd-bypass-confirms` to options listed in README
1 parent ed23f03 commit 51bf94d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/create-readme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ ${fullUsage}
100100

101101
content += `| \`--octoherd-token\`, \`-T\` | string | A personal access token ([create](https://github.com/settings/tokens/new?scopes=repo)). Script will create one if option is not set |\n`;
102102
content += `| \`--octoherd-repos\`, \`-R\` | array of strings | One or multiple space-separated repositories in the form of \`repo-owner/repo-name\`. \`repo-owner/*\` will find all repositories for one owner. \`*\` will find all repositories the user has access to. Will prompt for repositories if not set |\n\n`;
103+
content += `| \`--octoherd-bypass-confirms\` | boolean | Bypass prompts to confirm mutating requests |\n\n`;
103104
}
104105

105106
// footer

0 commit comments

Comments
 (0)