fix(skill publish): remove misleading validate alias
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
3dce81a0d6
commit
a1eb707e26
1 changed files with 1 additions and 2 deletions
|
|
@ -134,8 +134,7 @@ func NewCmdPublish(f *cmdutil.Factory, runF func(*PublishOptions) error) *cobra.
|
|||
# Validate and strip install metadata
|
||||
$ gh skills publish --fix
|
||||
`),
|
||||
Aliases: []string{"validate"},
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) == 1 {
|
||||
opts.Dir = args[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue