()
| 50 | } |
| 51 | |
| 52 | func versionTemplate() string { |
| 53 | return fmt.Sprintf("tnr version %s\n", version.BuildVersion) |
| 54 | } |
| 55 | |
| 56 | // Execute adds all child commands to the root command and sets flags appropriately. |
| 57 | // Returns the process exit code; main is responsible for os.Exit so deferred tty |
no outgoing calls
no test coverage detected