const boolean = command("boolean")
  .argument("arg1", {
    type: "boolean",
    description: "Required boolean argument",
  })