chore: include pre-built dist for github install
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
export interface GhCliInfo {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
path: string | null;
|
||||
authenticated: boolean;
|
||||
username: string | null;
|
||||
scopes: string[];
|
||||
error: string | null;
|
||||
}
|
||||
export declare function getGhCliInfo(): Promise<GhCliInfo>;
|
||||
Reference in New Issue
Block a user