Skip to content

Commit 3bb1ea7

Browse files
committed
fix(types): add forceversion to binarymanagerconfig interface
1 parent 20bf626 commit 3bb1ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cliproxy/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export interface BinaryManagerConfig {
4646
maxRetries: number;
4747
/** Enable verbose logging */
4848
verbose: boolean;
49+
/** Force specific version (skip auto-upgrade to latest) */
50+
forceVersion: boolean;
4951
}
5052

5153
/**

0 commit comments

Comments
 (0)