We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ad153 commit 4f6905dCopy full SHA for 4f6905d
1 file changed
parser/perms.go
@@ -1,8 +1,6 @@
1
package parser
2
3
import (
4
- "fmt"
5
-
6
docopt "github.com/docopt/docopt-go"
7
"github.com/drycc/workflow-cli/cmd"
8
)
@@ -123,7 +121,6 @@ Arguments:
123
121
username := safeGetString(args, "<username>")
124
122
codename := safeGetString(args, "<codename>")
125
uniqueid := safeGetString(args, "<uniqueid>")
126
- fmt.Println(username, codename, uniqueid)
127
return cmdr.PermCreate(codename, uniqueid, username)
128
}
129
0 commit comments