Skip to content

Commit

Permalink
Merge ae0a532 into 466b9b4
Browse files Browse the repository at this point in the history
  • Loading branch information
fyrchik authored Jul 13, 2022
2 parents 466b9b4 + ae0a532 commit f63e980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/neofs-adm/internal/modules/morph/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ var (
_ = viper.BindPFlag(endpointFlag, cmd.Flags().Lookup(endpointFlag))
},
RunE: setPolicyCmd,
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
return []string{"ExecFeeFactor=", "StoragePrice=", "FeePerByte="}, cobra.ShellCompDirectiveNoSpace
},
}

dumpContractHashesCmd = &cobra.Command{
Expand Down

0 comments on commit f63e980

Please sign in to comment.