Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28649db

Browse files
committedOct 25, 2018
Added version info in the debug output
1 parent b1862a2 commit 28649db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎commands/root/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func preRun(cmd *cobra.Command, args []string) {
9292
}
9393
initConfigs()
9494

95+
logrus.Info(commands.AppName + "-" + commands.Version)
9596
logrus.Info("Starting root command preparation (`arduino`)")
9697
if !formatter.IsSupported(commands.GlobalFlags.Format) {
9798
logrus.WithField("inserted format", commands.GlobalFlags.Format).Warn("Unsupported format, using text as default")

0 commit comments

Comments
 (0)
Please sign in to comment.