Changes for version 0.000002 - 2020-10-01
- Incompatible changes
- [plugin Getopt::Long] By default, abort on GetOptions() failure by introducing abort_on_failure configuration that defaults to 1.
- Enhancements
- Add plugin: ModifyPlugin.
- Order handler of same priority by order of addition.
- [doc] Fix examples and Abstracts.
Documentation
Parse command-line options using Getopt::Long (demos modifying plugin)
Parse command-line options using simple heuristics (demos debugging by dumping stash)
The minimalistic ScriptX-based script that does nothing (demos viewing logs, loading plugins, putting plugin handler at another event, putting multiple handlers)
Run a code
Run a command
Run a code
Modules
A plugin-based script framework
Base class for ScriptX plugin
Dump stash
Prevent the loading (activation) of other plugins
exit() early
Parse command-line options using Getop::Long
Parse command-line options in a simple, spec-less way
Modify the loading (activation) of another plugin
A plugin that does nothing, for testing
Run something (code, command) in the 'run' event