Since args[0] and args[1] were used without any proper check on the length of args, this was causing indexing issues when trying to execute git-hound with less than two CLI child commands.
This addresses the issue #39
Adding the feature to lookup secrets/patterns in a given Github Repository instead of generally searching Github.
args[0]
andargs[1]
were used without any proper check on the length ofargs
, this was causing indexing issues when trying to execute git-hound with less than two CLI child commands.