Changes for version 1.918 - 2022-04-15
- Add basic support for --format=vd. This is currently the most basic support. I plan to add some metadata settings like column type (from result metadata attribute `table.field_types` or `table.field_formats`) and so on.
Modules
Base class for Perinci::CmdLine{::Classic,::Lite}
A Rinci/Riap-based command-line application framework
Dump command-line arguments ($r->{args}), by default after argument validation
Dump request stash ($r), by default after action
Dump result ($r->{res}), by default after action
Exit program
Prevent the loading (activation) of other plugins
Shell completion mode
Debug completion
Dump object mode
Normal run
Base class for Perinci::CmdLine plugin