Skip to content

Commit b456182

Browse files
authored
Add short description for system command
1 parent 4bcfeb1 commit b456182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/arduino-app-cli/system/system.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import (
3838
func NewSystemCmd(cfg config.Configuration) *cobra.Command {
3939
cmd := &cobra.Command{
4040
Use: "system",
41+
Short: "Manage the board’s system configuration",
4142
}
4243

4344
cmd.AddCommand(newDownloadImageCmd(cfg))

0 commit comments

Comments
 (0)