Address review comments

This commit is contained in:
Azeem Sajid 2025-02-05 12:14:39 +05:00
parent 3bc7b7e7e2
commit 91c75596ee

View file

@ -306,8 +306,9 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
that it's a binary extension i.e. prebuilt binaries provided as part of the release.
In the absence of a release, the repository itself is cloned assuming that it's a
script extension i.e. prebuilt executable or script exists on its root.
The %[1]s--pin%[1]s flag may be used to specify a tag or commit for binary and script
extensions respectively, the latest one is used otherwise.
extensions respectively, the latest version is used otherwise.
For local repositories, often used while developing extensions, use %[1]s.%[1]s as the
value of the repository argument. Note the following: