fix arg closes #4

This commit is contained in:
Tommy Parnell
2022-07-23 17:13:56 -04:00
parent 670b20850a
commit 2e80a38aa9

View File

@@ -12,7 +12,7 @@ widgets.command("list").action(async () => {
})
widgets.command("get")
.argument("widget id <id>", "the id of the widget")
.argument("<id>", "the id of the widget")
.option("-f, --format <format>", "the format of the widget")
.action(async (id, options) => {
updateSpinnerText("Getting widget " + id);