prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.1k stars 717 forks source link

NestedSeparator improvements and additions #1815

Open robamu opened 7 months ago

robamu commented 7 months ago
  1. Allow passing an optional custom separator.
  2. Allow passing all arguments of the default constructor to the from_nested_dict constructor as well.

Fixes https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1814