Closed hacktivist123 closed 1 year ago
This PR fixes a bug where the goignore new command could take any random argument and still runs the command. So a check is added to ensure that it doesn't take an undefined argument before it runs.
goignore new
Why?
This PR fixes a bug where the
goignore new
command could take any random argument and still runs the command. So a check is added to ensure that it doesn't take an undefined argument before it runs.Before
Now