|
@@ -6,7 +6,7 @@ Command Line Interface for Joystream community and governance activities
|
|
|
[](https://oclif.io)
|
|
|
[](https://npmjs.org/package/@joystream/cli)
|
|
|
[](https://npmjs.org/package/@joystream/cli)
|
|
|
-[](https://github.com/Joystream/cli/blob/master/package.json)
|
|
|
+[](https://github.com/Joystream/joystream/blob/master/cli/package.json)
|
|
|
|
|
|
<!-- toc -->
|
|
|
* [Development](#development)
|
|
@@ -221,15 +221,15 @@ OPTIONS
|
|
|
If no "--method" flag is provided then all methods in that module will be listed along with the descriptions.
|
|
|
|
|
|
-a, --callArgs=callArgs
|
|
|
- Specifies the arguments to use when calling a method. Multiple arguments can be separated with a comma, ie.
|
|
|
+ Specifies the arguments to use when calling a method. Multiple arguments can be separated with a comma, ie.
|
|
|
"-a=arg1,arg2".
|
|
|
You can omit this flag even if the method requires some aguments.
|
|
|
In that case you will be promted to provide value for each required argument.
|
|
|
- Ommiting this flag is recommended when input parameters are of more complex types (and it's hard to specify them as
|
|
|
+ Ommiting this flag is recommended when input parameters are of more complex types (and it's hard to specify them as
|
|
|
just simple comma-separated strings)
|
|
|
|
|
|
-e, --exec
|
|
|
- Provide this flag if you want to execute the actual call, instead of displaying the method description (which is
|
|
|
+ Provide this flag if you want to execute the actual call, instead of displaying the method description (which is
|
|
|
default)
|
|
|
|
|
|
-m, --method=method
|