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 d0cb093 commit 6dfc92fCopy full SHA for 6dfc92f
cmd/src/extensions_publish.go
@@ -49,7 +49,7 @@ Notes:
49
var (
50
extensionIDFlag = flagSet.String("extension-id", "", `Override the extension ID in the manifest. (default: read from -manifest file)`)
51
urlFlag = flagSet.String("url", "", `Override the URL for the bundle. (example: set to http://localhost:1234/myext.js for local dev with parcel)`)
52
- gitHeadFlag = flagSet.String("git-head", "", "Override the current git commit for the bundle. (default: uses `git rev-parse head`")
+ gitHeadFlag = flagSet.String("git-head", "", "Override the current git commit for the bundle. (default: uses `git rev-parse head`)")
53
manifestFlag = flagSet.String("manifest", "package.json", `The extension manifest file.`)
54
forceFlag = flagSet.Bool("force", false, `Force publish the extension, even if there are validation problems or other warnings.`)
55
apiFlags = api.NewFlags(flagSet)
0 commit comments