Added:
- Added a hook for printing a spcial display method on an object.
- Support for
prompt_toolkit 2.0
- The
--shell-type
($SHELL_TYPE
) may now be specified using
shortcuts, such asrl
forreadline
andptk2
for
prompt_toolkit2
. Seexonsh --help
for a full listing
of available aliases.
Fixed:
- Restored AUGASSIGN_OPS definition, which was inadvertently removed.