1. Fixed presence handling for when next model follows a field 2. Fixed auto complete and help handling for fields as it went broken
FEATURES
1. Added support to parse single quoted values e.g. ``command 'show version | inc "bla: "'``
0.7.0
FEATURES
1. Added cls command - clear screen 2. Added support for result specific outputter to use by returning a tuple of three elements ``(results, outputter function, outputter kwargs,)``
BUGS
1. Fixed help output commands padding to align ``do_xyz`` and other commands help message
0.6.0
FEATURES
1. Added support for Json pydantic field to validate string values as Json strings 2. Added support for multiline input using `multline` json_schema_extra parameter
CHANGES
1. Added one space for help output to make it standout versus the prompt
0.5.3
BUGS
1. Fixed handling of nested model with run method when no command argument provided
FEATURES
1. Added rich_table outputter 2. Added ``outputter_kwargs`` to PicleConfig class to provided outputter with kwargs, same goes for ``json_schema_extra`` can add ``outputter_kwargs`` key
0.5.2
BUGS
1. Fixed arguments unpacking for run, Callable and function prior to executing them