Skip to content

Commit

Permalink
fix settings set descirption
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 21, 2022
1 parent 0e46913 commit 58eec47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.ts
Expand Up @@ -173,8 +173,8 @@ program

settings
.command("set")
.argument("<key>", "soulname to register")
.argument("<value>", "period of registration")
.argument("<key>", "key to set")
.argument("<value>", "value to set to key")
.description("Changes setting <key> to <value>")
.action(async (key: string, value: any) => {
config.set(key, value);
Expand Down

0 comments on commit 58eec47

Please sign in to comment.