Skip to content

Commit

Permalink
refactor: remove duplicated guest-space-id option
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 23, 2024
1 parent cfb61ca commit f8a0f08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions src/cli/record/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ const builder = (args: yargs.Argv) =>
demandOption: true,
requiresArg: true,
})
.option("guest-space-id", {
describe: "The ID of guest space",
default: process.env.KINTONE_GUEST_SPACE_ID,
defaultDescription: "KINTONE_GUEST_SPACE_ID",
type: "string",
requiresArg: true,
})
.option(FORCE_DELETE_KEY, {
alias: FORCE_DELETE_ALIAS,
describe: "Force to delete records",
Expand Down
7 changes: 0 additions & 7 deletions src/cli/record/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ const builder = (args: yargs.Argv) =>
demandOption: true,
requiresArg: true,
})
.option("guest-space-id", {
describe: "The ID of guest space",
default: process.env.KINTONE_GUEST_SPACE_ID,
defaultDescription: "KINTONE_GUEST_SPACE_ID",
type: "string",
requiresArg: true,
})
.option("attachments-dir", {
describe: "Attachment file directory",
type: "string",
Expand Down

0 comments on commit f8a0f08

Please sign in to comment.