Breaking-Change: Extremely rough update to work with Kioks wallet
This commit is contained in:
@@ -34,8 +34,8 @@ import { homedir } from "node:os";
|
||||
*
|
||||
* IMPORTANT: Keep this in sync with actual switch statements in command handlers:
|
||||
* - mnemonic.ts: create, import, list, expose
|
||||
* - template.ts: import, list, inspect, set-default
|
||||
* - invitation.ts: create, append, sign, broadcast, requirements, import, inspect, list
|
||||
* - template.ts: import, list, inspect, export, set-default
|
||||
* - invitation.ts: create, append, sign, broadcast, requirements, import, export, inspect, list
|
||||
* - resource.ts: list, unreserve, unreserve-all
|
||||
* - settings.ts: show, get, set
|
||||
*/
|
||||
@@ -43,7 +43,7 @@ import { homedir } from "node:os";
|
||||
/** Subcommands for the mnemonic command */
|
||||
const MNEMONIC_SUBS = ["create", "import", "list", "expose"];
|
||||
/** Subcommands for the template command */
|
||||
const TEMPLATE_SUBS = ["import", "list", "inspect", "set-default"];
|
||||
const TEMPLATE_SUBS = ["import", "list", "inspect", "export", "set-default"];
|
||||
/** Subcommands for the invitation command */
|
||||
const INVITATION_SUBS = [
|
||||
"create",
|
||||
@@ -52,6 +52,7 @@ const INVITATION_SUBS = [
|
||||
"broadcast",
|
||||
"requirements",
|
||||
"import",
|
||||
"export",
|
||||
"inspect",
|
||||
"list",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user