Replace em-dashes with regular dashes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kynan Ware 2026-04-16 10:30:47 -06:00
parent 81afcd0de0
commit 1d59334964

View file

@ -230,7 +230,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) (*cobra.Command,
}
}
// Official extension stubs hidden commands that suggest installing
// Official extension stubs: hidden commands that suggest installing
// GitHub-owned extensions when invoked. Registered after real extensions
// and aliases so that both take priority over stubs.
for i := range extensions.OfficialExtensions {