Skip to content

clean: new command to clean apkg output dir

Jakub Ružička requested to merge clean into master
  • default: rm -rf pkg
  • --cache: rm pkg/.cache.json
  • --hard: HARD RESET:
git reset --hard
git clean -fxd

Closes: #75 (closed)

Merge request reports