@tscircuit/cli 0.0.77 → 0.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -270,6 +270,7 @@ export const getProgram = (ctx: AppContext) => {
270
270
  .command("soupify")
271
271
  .description("Convert an example file to tscircuit soup")
272
272
  .requiredOption("--file <file>", "Input example files")
273
+ .option("--output <output.json>", "Output file")
273
274
  .option(
274
275
  "--export <export_name>",
275
276
  "Name of export to soupify, if not specified, soupify the default/only export"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command line tool for developing, publishing and installing tscircuit circuits",