feat: Added support for hidden inputs#32
feat: Added support for hidden inputs#32Aradhya-Tripathi wants to merge 4 commits intoTextualize:mainfrom
Conversation
|
Thanks for this! Does it make sense to have I think if the option has |
Makes sense how about having something that gives info on |
|
I think |
makes sense I'll change it ⚡ |
|
Based on @darrenburns remarks, it would make the most sense that Trogon presented textboxes for these arguments that redacted user input; a textbox for secrets. Does Textual provide such a widget? |
|
Based on click docs, the proper way to handle these options is self-evident, IMO. https://click.palletsprojects.com/en/8.1.x/api/#click.Option
|
|
Will the hidden option also be tackled in this pr? My organisation can't wait to use trogon, but is blocked by #29 |
|
I have a (hopefully temporary) fork of Trogon to make In this fork, I just implemented the ability for Trogon to:
https://asciinema.org/a/0aa5accX2QcN2D8oFwyCYty69 🤞 |
Hidden Input support
Hiding input in TUI when
hide_input=Truefor an option