matteosacchetto / node-zip-cli

Simple NodeJS CLI which allows you to create a ZIP file with support for .gitignore files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a dry-run flag

matteosacchetto opened this issue · comments

Add a --dry-run flag to list the files that will be zipped or unzipped

  • Add --dry-run to zip command
  • Add --dry-run to unzip command

This refers to the commands

  • zip
  • unzip