... | @@ -63,6 +63,11 @@ You may want your plugin to be used when AnyWave is launched using the command l |
... | @@ -63,6 +63,11 @@ You may want your plugin to be used when AnyWave is launched using the command l |
|
AnyWave can run processes/plugins when launched that way:
|
|
AnyWave can run processes/plugins when launched that way:
|
|
````bash
|
|
````bash
|
|
anywave --run MyPlugin --input_file <filepath> --plugin_option1 option --plugin_option2 option ...
|
|
anywave --run MyPlugin --input_file <filepath> --plugin_option1 option --plugin_option2 option ...
|
|
|
|
````
|
|
|
|
### Add a flag to desc.txt
|
|
|
|
Add or edit the following line in desc.txt:
|
|
|
|
````test
|
|
|
|
|
|
````
|
|
````
|
|
### 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:
|
... | | ... | |