You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cmd/validateargs.go, each function has a code bit that checks the length of the provided arguments to each command. Creating a reusable function will help make the code be a bit cleaner.
In
cmd/validateargs.go, each function has a code bit that checks the length of the provided arguments to each command. Creating a reusable function will help make the code be a bit cleaner.