Skip to content

Commit

Permalink
chore: fix lockfile and trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Jun 2, 2023
1 parent 5091a93 commit 84dbb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const args = Command.parameters({
'description d': z
.string()
.optional()
// TODO: add validation to replace "." with ""
// TODO: add validation to replace "." with ""
.describe('Label to help keep track of what happens in the script. It should not contain periods'),
schema: z
.string()
Expand Down

0 comments on commit 84dbb9e

Please sign in to comment.