We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b1862a2 commit 28649dbCopy full SHA for 28649db
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