wip
This commit is contained in:
+4
-1
@@ -1,13 +1,14 @@
|
||||
export type ClaudeSubscription = "no" | "yes" | "max20"
|
||||
export type BooleanArg = "no" | "yes"
|
||||
export type InstallPlatform = "opencode" | "codex" | "both"
|
||||
|
||||
export interface InstallArgs {
|
||||
tui: boolean
|
||||
platform?: InstallPlatform
|
||||
claude?: ClaudeSubscription
|
||||
openai?: BooleanArg
|
||||
gemini?: BooleanArg
|
||||
copilot?: BooleanArg
|
||||
codex?: BooleanArg
|
||||
opencodeZen?: BooleanArg
|
||||
zaiCodingPlan?: BooleanArg
|
||||
kimiForCoding?: BooleanArg
|
||||
@@ -17,6 +18,8 @@ export interface InstallArgs {
|
||||
}
|
||||
|
||||
export interface InstallConfig {
|
||||
platform: InstallPlatform
|
||||
hasOpenCode: boolean
|
||||
hasClaude: boolean
|
||||
isMax20: boolean
|
||||
hasOpenAI: boolean
|
||||
|
||||
Reference in New Issue
Block a user