PHP WebShell

Текущая директория: /opt/BitGoJS/modules/utxo-bin/dist/src/commands

Просмотр файла: cmdParseScript.d.ts

import * as utxolib from '@bitgo/utxo-lib';
import * as yargs from 'yargs';
import { ScriptParser } from '../ScriptParser';
import { FormatTreeOrJson } from '../args';
export type ArgsParseScript = {
    network: utxolib.Network;
    format: FormatTreeOrJson;
    all: boolean;
    script: string;
};
export declare function getScriptParser(argv: ArgsParseScript): ScriptParser;
export declare const cmdParseScript: {
    command: string;
    describe: string;
    builder(b: yargs.Argv<unknown>): yargs.Argv<ArgsParseScript>;
    handler(argv: yargs.Arguments<ArgsParseScript>): void;
};
//# sourceMappingURL=cmdParseScript.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!