diff --git a/widgets.ts b/widgets.ts index 1f3f2ea..6970404 100644 --- a/widgets.ts +++ b/widgets.ts @@ -12,7 +12,7 @@ widgets.command("list").action(async () => { }) widgets.command("get") -.argument("widget id ", "the id of the widget") +.argument("", "the id of the widget") .option("-f, --format ", "the format of the widget") .action(async (id, options) => { updateSpinnerText("Getting widget " + id);