File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ sts context save --name ci-pipeline --url https://suse-observability.example.com
160160
161161### Quality Checklist
162162For every cobra.Command:
163- - [ ] ` Use ` contains only the command name and positional arguments (no flags)
163+ - [ ] ` Use ` contains only the command name
164164- [ ] ` Short ` starts with verb, no period, adds context beyond command name
165165- [ ] ` Long ` adds value beyond ` Short ` , ends with period, explains domain concepts
166166- [ ] ` Example ` has 2-3 realistic, copy-pasteable examples with lowercase comments
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func DashboardCloneCommand(cli *di.Deps) *cobra.Command {
2929sts dashboard clone --id 123456789 --name My Dashboard Copy
3030
3131# clone a dashboard as private
32- sts dashboard clone --identifier urn:stackpack:my-dashboard --name Private Copy --scope privateDashboard` ,
32+ sts dashboard clone --identifier urn:stackpack:my-dashboard --name " Private Copy" --scope privateDashboard` ,
3333 RunE : cli .CmdRunEWithApi (RunDashboardCloneCommand (args )),
3434 }
3535
You can’t perform that action at this time.
0 commit comments