Skip to content

Commit

Permalink
fix: project extension upload requires argument path
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptibus authored and shyim committed May 16, 2024
1 parent f3673a2 commit 7a91fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/project/project_extension_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import (
)

var projectExtensionUploadCmd = &cobra.Command{
Use: "upload",
Use: "upload [path]",
Short: "Upload local extension to external shop",
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
var cfg *shop.Config
var err error
Expand Down

0 comments on commit 7a91fc4

Please sign in to comment.