Skip to content

Commit

Permalink
[publisher] Fix shorthand code
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Aug 18, 2024
1 parent f5d7c39 commit 5334983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newCli() *cli {
gdAssetCmd.MarkFlagRequired("password")
gdAssetCmd.Flags().StringVarP(&c.AssetLibrary.Category, "category", "c", "", "Asset category.")
gdAssetCmd.MarkFlagRequired("category")
gdAssetCmd.Flags().StringVarP(&c.AssetLibrary.Host, "host", "host", "https://godotengine.org/asset-library/api", "Asset Library Host URL.")
gdAssetCmd.Flags().StringVarP(&c.AssetLibrary.Host, "host", "h", "https://godotengine.org/asset-library/api", "Asset Library Host URL.")

zipCmd := &cobra.Command{
Use: "zip",
Expand Down

0 comments on commit 5334983

Please sign in to comment.