Skip to content

Commit

Permalink
Update src and build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelsken committed Jan 1, 2024
1 parent 8851f4a commit b9e1256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/linear-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const args = yargs(hideBin(process.argv))
);
})
.strictCommands(true)
.demandCommand(1, 'Provide a command')
.help()
.argv;

Expand Down

0 comments on commit b9e1256

Please sign in to comment.