diff --git a/.changeset/nice-ants-cheat.md b/.changeset/nice-ants-cheat.md new file mode 100644 index 0000000..195e713 --- /dev/null +++ b/.changeset/nice-ants-cheat.md @@ -0,0 +1,5 @@ +--- +"typefusion": patch +--- + +remove version output for cli for now diff --git a/packages/typefusion/src/cli.ts b/packages/typefusion/src/cli.ts index 4d67607..ad23929 100644 --- a/packages/typefusion/src/cli.ts +++ b/packages/typefusion/src/cli.ts @@ -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(