first commit
This commit is contained in:
6
node_modules/@n8n/node-cli/dist/utils/command-suggestions.d.ts
generated
vendored
Normal file
6
node_modules/@n8n/node-cli/dist/utils/command-suggestions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
type ExecCommandType = 'cli' | 'script';
|
||||
export declare function getExecCommand(type?: ExecCommandType): Promise<string>;
|
||||
export declare function formatCommand(command: string): string;
|
||||
export declare function suggestCloudSupportCommand(action: 'enable' | 'disable'): Promise<string>;
|
||||
export declare function suggestLintCommand(): Promise<string>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user