Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update cli messages#61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dido18 merged 5 commits intomainfromimprove-cli-message
Nov 11, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletioncmd/arduino-app-cli/config/config.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,7 +29,7 @@ import (
func NewConfigCmd(cfg config.Configuration) *cobra.Command {
appCmd := &cobra.Command{
Use: "config",
Short: "Managearduino-app-cli config",
Short: "ManageArduino App CLI config",
}

appCmd.AddCommand(newConfigGetCmd(cfg))
Expand Down
2 changes: 1 addition & 1 deletioncmd/arduino-app-cli/daemon/daemon.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -38,7 +38,7 @@ import (
funcNewDaemonCmd(cfg config.Configuration,versionstring)*cobra.Command {
daemonCmd:=&cobra.Command{
Use:"daemon",
Short:"Runan HTTP server to expose arduino-app-cli functionality through REST API",
Short:"Runthe Arduino App CLI as an HTTP daemon",
Run:func(cmd*cobra.Command,args []string) {
daemonPort,_:=cmd.Flags().GetString("port")

Expand Down
2 changes: 1 addition & 1 deletioncmd/arduino-app-cli/main.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,7 +48,7 @@ func run(configuration cfg.Configuration) error {
deferfunc() {_=servicelocator.CloseDockerClient() }()
rootCmd:=&cobra.Command{
Use:"arduino-app-cli",
Short:"A CLI to managethe Python app",
Short:"A CLI to manageArduino Apps",
PersistentPreRun:func(cmd*cobra.Command,args []string) {
format,ok:=feedback.ParseOutputFormat(format)
if!ok {
Expand Down
3 changes: 2 additions & 1 deletioncmd/arduino-app-cli/system/system.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,8 @@ import (

func NewSystemCmd(cfg config.Configuration) *cobra.Command {
cmd := &cobra.Command{
Use: "system",
Use: "system",
Short: "Manage the board’s system configuration",
}

cmd.AddCommand(newDownloadImageCmd(cfg))
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp