(appName string)
| 87 | var stepAppName = "step" |
| 88 | |
| 89 | func SetName(appName string) { |
| 90 | if appName != "" { |
| 91 | stepAppName = appName |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | func newApp(stdout, stderr io.Writer) *cli.App { |
| 96 | // Define default file writers and prompters for go.step.sm/crypto |
no outgoing calls
no test coverage detected
searching dependent graphs…