We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac3142 commit 4bcfeb1Copy full SHA for 4bcfeb1
cmd/arduino-app-cli/daemon/daemon.go
@@ -38,7 +38,7 @@ import (
38
func NewDaemonCmd(cfg config.Configuration, version string) *cobra.Command {
39
daemonCmd := &cobra.Command{
40
Use: "daemon",
41
- Short: "Run an HTTP server to expose arduino-app-cli functionality through REST API",
+ Short: "Run the Arduino App CLI as an HTTP daemon",
42
Run: func(cmd *cobra.Command, args []string) {
43
daemonPort, _ := cmd.Flags().GetString("port")
44
0 commit comments