Running
distrobuilder --help
includes the following in the output:
–cleanup Clean up cache directory (default true)
However, I can’t work out or see written down anywhere how to disable cleanup on the command line.
It uses cobra for the command line parsing.
I would guess --cleanup=false; if that doesn’t work try --no-cleanup
1 Like
Thanks - --cleanup=false works
--no-cleanup doesn’t work.
1 Like