Skip to content

Commit

Permalink
Add missing --version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 30, 2023
1 parent 1989218 commit 713e55f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-kiwis-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"every-ts": patch
---

Add missing --version flag
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const cli = new Cli({
});

cli.register(Builtins.HelpCommand);
cli.register(Builtins.VersionCommand);
cli.register(Bisect);
cli.register(BisectRun);
cli.register(Switch);
Expand Down

0 comments on commit 713e55f

Please sign in to comment.