bailian-cli-core 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +0 -2
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -903,7 +903,6 @@ interface Command {
|
|
|
903
903
|
usage?: string;
|
|
904
904
|
options?: OptionDef[];
|
|
905
905
|
examples?: string[];
|
|
906
|
-
apiDocs?: string;
|
|
907
906
|
execute: (config: Config, flags: GlobalFlags) => Promise<void>;
|
|
908
907
|
}
|
|
909
908
|
interface CommandSpec {
|
|
@@ -912,7 +911,6 @@ interface CommandSpec {
|
|
|
912
911
|
usage?: string;
|
|
913
912
|
options?: OptionDef[];
|
|
914
913
|
examples?: string[];
|
|
915
|
-
apiDocs?: string;
|
|
916
914
|
run: (config: Config, flags: GlobalFlags) => Promise<void>;
|
|
917
915
|
}
|
|
918
916
|
declare function defineCommand(spec: CommandSpec): Command;
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED