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 72e2926 commit a93b7e9Copy full SHA for a93b7e9
internal/cli/profile/set_default.go
@@ -53,4 +53,5 @@ func runSetDefaultCommand(ctx context.Context, args []string, srv rpc.ArduinoCor
53
if err != nil {
54
feedback.Fatal(i18n.Tr("Cannot set %s as default profile: %v", profileName, err), feedback.ErrGeneric)
55
}
56
+ feedback.Print(i18n.Tr("Default profile set to: %s", profileName))
57
0 commit comments