Skip to content

Commit 5fc4ff0

Browse files
committed
command: move down write-state-json
1 parent 591c5b3 commit 5fc4ff0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/command.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,20 @@ const DefaultOptions = {
111111
description: "Open all PRs as drafts",
112112
},
113113

114-
"write-state-json": {
115-
hidden: true,
116-
type: "boolean",
117-
default: false,
118-
description: "Write state to local json file for debugging",
119-
},
120-
121114
"template": {
122115
type: "boolean",
123116
default: true,
124117
description:
125118
"Use automatic Github PR template, e.g. .github/pull_request_template.md, disable with --no-template",
126119
},
127120

121+
"write-state-json": {
122+
hidden: true,
123+
type: "boolean",
124+
default: false,
125+
description: "Write state to local json file for debugging",
126+
},
127+
128128
"mock-metadata": {
129129
hidden: true,
130130
type: "boolean",

0 commit comments

Comments
 (0)