kazhala / InquirerPy

:snake: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)
https://inquirerpy.readthedocs.io
MIT License
341 stars 18 forks source link

Passing previous answers #33

Open Psychokiller1888 opened 2 years ago

Psychokiller1888 commented 2 years ago

Hi!

Perfect, thank you very much for this, it was getting catastrophic with pyinquirer and the deprecated prompt-toolkit.

As you state on Pypi, I report one broken thing: Passing answers to prompt to merge next answers to

kazhala commented 2 years ago

Hi @Psychokiller1888 ,

Apologies for the late reply, busy with work lately and still need some time before I can get back to work on issues and new features.

In the meantime, could you describe a bit further what behaviour are you expecting and what are you seeing? The session_result is actually an internal parameter to support PyInquirer classic syntax, but still curious what unexpected behaviour are you facing.

Thanks, Kevin