Skip to content

Add function _list_blacklist

Implementation of unblacklist

After understanding, where to start a merge request in gitlab I can relate this MR with #17. I simply followed the coding style of the original code to implement the unblacklist function.

Changes

  • Create command shortcuts
  • Create blacklist list & len variable
  • Create function _list_blacklist
    • Shows number of blacklisted scripts
    • List Blacklisted Scripts
  • Create Flag
    • reuse -b in single argument case
  • MV script out of blacklisted if exists
  • Added 2 Argument flag.

Merge request reports