We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732c68b commit fe3b602Copy full SHA for fe3b602
ioctl/cmd/action/actiondeploy.go
@@ -19,7 +19,7 @@ import (
19
var actionDeployCmd = &cobra.Command{
20
Use: "deploy [AMOUNT_IOTX] [-s SIGNER] -b BYTE_CODE [-l GAS_LIMIT] [-p GAS_PRICE] [-P PASSWORD] [-y]",
21
Short: "Deploy smart contract on IoTeX blockchain",
22
- Args: cobra.MaximumNArgs(0),
+ Args: cobra.MaximumNArgs(1),
23
RunE: func(cmd *cobra.Command, args []string) error {
24
cmd.SilenceUsage = true
25
err := deploy(args)
0 commit comments