We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2648da2 commit 14ad16cCopy full SHA for 14ad16c
commands/root/root.go
@@ -92,6 +92,7 @@ func preRun(cmd *cobra.Command, args []string) {
92
}
93
initConfigs()
94
95
+ logrus.Info(commands.AppName + "-" + commands.Version)
96
logrus.Info("Starting root command preparation (`arduino`)")
97
if !formatter.IsSupported(commands.GlobalFlags.Format) {
98
logrus.WithField("inserted format", commands.GlobalFlags.Format).Warn("Unsupported format, using text as default")
0 commit comments