chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-02 23:06:44 +00:00
parent ca2acc4f8d
commit b12bc87548
2 changed files with 1 additions and 8 deletions

View File

@ -3,13 +3,7 @@ import { BrowserWindow, Notification, app, clipboard, dialog, ipcMain, shell } f
import type { IpcMainEvent, IpcMainInvokeEvent } from "electron"
import type { DesktopMenuAction } from "@opencode-ai/app/desktop-menu"
import type {
FatalRendererError,
ServerReadyData,
TitlebarTheme,
WindowConfig,
WslConfig,
} from "../preload/types"
import type { FatalRendererError, ServerReadyData, TitlebarTheme, WindowConfig, WslConfig } from "../preload/types"
import { runDesktopMenuAction } from "./desktop-menu-actions"
import { getStore } from "./store"
import { getPinchZoomEnabled, setPinchZoomEnabled, setTitlebar, updateTitlebar } from "./windows"

View File

@ -109,7 +109,6 @@ const cli = yargs(args)
process_role: processMetadata.processRole,
run_id: processMetadata.runID,
})
})
.usage("")
.completion("completion", "generate shell completion script")