-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added support for hidden inputs #32
base: main
Are you sure you want to change the base?
feat: Added support for hidden inputs #32
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=True
for an option