hroot icon indicating copy to clipboard operation
hroot copied to clipboard

Add --discard flag to build command

Open kofalt opened this issue 11 years ago • 0 comments

Right now, if you're experimenting with a build you can run: hroot build -d file:///dev/null, which will avoid saving an unwanted change to your graph.

But this is not optimal: it still serializes the tar (which is immediately lost). Two changes:

  • Add a --discard flag that does not attempt to export.
  • If destination file:///dev/null, equivalent to --discard

kofalt avatar May 15 '14 01:05 kofalt