Skip to content

Commit

Permalink
fix(typefusion): hide version output in CLI to keep it clean
Browse files Browse the repository at this point in the history
  • Loading branch information
aniravi24 committed Feb 18, 2025
1 parent 48cc3de commit b9ada71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-ants-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typefusion": patch
---

remove version output for cli for now
2 changes: 1 addition & 1 deletion packages/typefusion/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const command = Command.make(

const cli = Command.run(command, {
name: "Typefusion CLI",
version: "IGNORE_VERSION_OUTPUT_HERE_CHECK_YOUR_PACKAGE_JSON",
version: "",
});

Effect.suspend(() => cli(process.argv)).pipe(
Expand Down

0 comments on commit b9ada71

Please sign in to comment.