ignis-agent-cli 0.1.3 → 0.1.4
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/README.md +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -972,7 +972,7 @@ function buildWaitCommand() {
|
|
|
972
972
|
|
|
973
973
|
// src/index.ts
|
|
974
974
|
var program = new Command11();
|
|
975
|
-
program.name("ignis").description("Ignis CLI for Ultra-Mai").version("0.1.
|
|
975
|
+
program.name("ignis").description("Ignis CLI for Ultra-Mai").version("0.1.4");
|
|
976
976
|
program.addCommand(buildLoginCommand());
|
|
977
977
|
program.addCommand(buildAskCommand());
|
|
978
978
|
program.addCommand(buildHistoryCommand());
|