fmt
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
p4u1 2024-03-11 16:14:36 +01:00
parent 7d80f4d56b
commit b81f5651d3
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ Example:
// Parse the command arguments from the cli args.
// Arguments should look like this:
// DOMAIN COMMAND -- ARGUMENT1 ARGUMENT2 ...
//
// DOMAIN COMMAND -- ARGUMENT1 ARGUMENT2 ...
func parseCmdArgs(args []string) (bool, string) {
if len(args) < 4 {
return false, ""