We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e96ffa commit 730a72dCopy full SHA for 730a72d
program_admin/cli.py
@@ -82,7 +82,9 @@ def delete_price(
82
default="finalized",
83
)
84
@click.option("--price", help="Public key of the price account")
85
-@click.option("--min-pub", help="Minimum publishers value to set for this price")
+@click.option(
86
+ "--min-pub", help="Minimum publishers value to set for this price", type=int
87
+)
88
@click.option(
89
"--dump",
90
help="Output instructions rather than transact",
0 commit comments