... | @@ -67,8 +67,10 @@ anywave --run MyPlugin --input_file <filepath> --plugin_option1 option --plugin_ |
... | @@ -67,8 +67,10 @@ anywave --run MyPlugin --input_file <filepath> --plugin_option1 option --plugin_ |
|
### Add a flag to desc.txt
|
|
### Add a flag to desc.txt
|
|
Add or edit the following line in desc.txt:
|
|
Add or edit the following line in desc.txt:
|
|
````test
|
|
````test
|
|
|
|
flags = CanRunFromCommandLine
|
|
````
|
|
````
|
|
|
|
Note that you can set several flags separating them by '**:**'
|
|
|
|
|
|
### Handle command line options
|
|
### Handle command line options
|
|
By default the plugin will have all parameters passed to anywave in the resulting args variable after the call to:
|
|
By default the plugin will have all parameters passed to anywave in the resulting args variable after the call to:
|
|
````matlab
|
|
````matlab
|
... | | ... | |