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 b81b959 commit 6a10050Copy full SHA for 6a10050
plugins/scaleway/scw.go
@@ -9,9 +9,9 @@ import (
9
10
func ScalewayCLI() schema.Executable {
11
return schema.Executable{
12
- Name: "Scaleway CLI",
13
- Runs: []string{"scw"},
14
- DocsURL: sdk.URL("https://www.scaleway.com/en/cli/"),
+ Name: "Scaleway CLI",
+ Runs: []string{"scw"},
+ DocsURL: sdk.URL("https://www.scaleway.com/en/cli/"),
15
NeedsAuth: needsauth.IfAll(
16
needsauth.NotForHelpOrVersion(),
17
needsauth.NotWithoutArgs(),
0 commit comments