CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Documentation request: where are 'qmark' and other properties documented? #133

Open pjfarleyiii opened 3 years ago

pjfarleyiii commented 3 years ago

In examples/checkbox.py there is a key named 'qmark' that is set to a UTF-8 character (a question mark inside a diamond I think). In the default and custom styles provided with PyInquirer there are other similar properties defined (like 'pointer') for which I cannot seem to find any documentation.

I also looked into prompt_toolkit documentation and did not see such properties or keys defined there.

Is it possible to get some explanations of all such properties or keys, or am I just looking in the wrong place(s)?

Or at least a source code location that one could browse to get some definition?

Peter