File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
8585 `$ stackit beta server create --machine-type t1.1 --name server1 --boot-volume-source-id xxx --boot-volume-source-type image --boot-volume-size 64` ,
8686 ),
8787 ),
88- RunE : func (cmd * cobra.Command , args []string ) error {
88+ RunE : func (cmd * cobra.Command , _ []string ) error {
8989 ctx := context .Background ()
9090 model , err := parseInput (p , cmd )
9191 if err != nil {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
5555 "$ stackit beta server list --limit 10" ,
5656 ),
5757 ),
58- RunE : func (cmd * cobra.Command , args []string ) error {
58+ RunE : func (cmd * cobra.Command , _ []string ) error {
5959 ctx := context .Background ()
6060 model , err := parseInput (p , cmd )
6161 if err != nil {
You can’t perform that action at this time.
0 commit comments