chore: generate
This commit is contained in:
@@ -3,13 +3,7 @@ import { BrowserWindow, Notification, app, clipboard, dialog, ipcMain, shell } f
|
|||||||
import type { IpcMainEvent, IpcMainInvokeEvent } from "electron"
|
import type { IpcMainEvent, IpcMainInvokeEvent } from "electron"
|
||||||
import type { DesktopMenuAction } from "@opencode-ai/app/desktop-menu"
|
import type { DesktopMenuAction } from "@opencode-ai/app/desktop-menu"
|
||||||
|
|
||||||
import type {
|
import type { FatalRendererError, ServerReadyData, TitlebarTheme, WindowConfig, WslConfig } from "../preload/types"
|
||||||
FatalRendererError,
|
|
||||||
ServerReadyData,
|
|
||||||
TitlebarTheme,
|
|
||||||
WindowConfig,
|
|
||||||
WslConfig,
|
|
||||||
} from "../preload/types"
|
|
||||||
import { runDesktopMenuAction } from "./desktop-menu-actions"
|
import { runDesktopMenuAction } from "./desktop-menu-actions"
|
||||||
import { getStore } from "./store"
|
import { getStore } from "./store"
|
||||||
import { getPinchZoomEnabled, setPinchZoomEnabled, setTitlebar, updateTitlebar } from "./windows"
|
import { getPinchZoomEnabled, setPinchZoomEnabled, setTitlebar, updateTitlebar } from "./windows"
|
||||||
|
|||||||
@@ -109,7 +109,6 @@ const cli = yargs(args)
|
|||||||
process_role: processMetadata.processRole,
|
process_role: processMetadata.processRole,
|
||||||
run_id: processMetadata.runID,
|
run_id: processMetadata.runID,
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
.usage("")
|
.usage("")
|
||||||
.completion("completion", "generate shell completion script")
|
.completion("completion", "generate shell completion script")
|
||||||
|
|||||||
Reference in New Issue
Block a user