projex
Version:
A command line to manage the workflow
11 lines (10 loc) • 374 B
TypeScript
export declare const unreleased = "## [Unreleased]";
export declare const Commands: {
GET_ACCOUNT: string;
GET_TOKEN: string;
};
export declare const ERROR_EXECUTION: string[];
export declare const ERROR_TO_EXCLUDE: string[];
export declare const SUCCESS_EXECUTION: string[];
export declare const PROMPT_CONTINUE: string[];
export declare const CLI_NAME = "projex";