PHPAV icon indicating copy to clipboard operation
PHPAV copied to clipboard

[Feature] Add options to runtime

Open gallart opened this issue 8 years ago • 1 comments

We should propose options to the user at runtime :

  • -n : dry-run : do nothing to files, just list
  • -fix : try to fix files
  • -d : try to delete/quarantine file

To be continued...

gallart avatar Jul 07 '16 09:07 gallart

-n : dry-run : do nothing to files, just list

If none of -fix or -d is used, the -n option is quite useless.

Plus, -n is not very accurage. We should just keep --dry-run.

For the other:

  • -d --delete
  • -f --fix

soullivaneuh avatar Jul 07 '16 14:07 soullivaneuh