Open pgalbavy-itrs opened 1 year ago
Best way to start would be to check len(params) in all commands that do not expect them (left over args) and to otherwise validate params in those commands that might use them
Various commands where an implied wildcard doesn't seem useful have been updated to require "all" of no other names are given.
More work to do however.
For commands that need args, check for typos in case something like 'gatewayx' is treated as a name etc.