-
Notifications
You must be signed in to change notification settings - Fork 54
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: Add support for Typer #14
Conversation
b05c7fe
to
49e8807
Compare
Removed the dependency requirement on typer and created an extra for it. This pattern of I'm weighing the benefits of being able to add this to a single command in typer, as the pattern set out in the docs would be to create a nested app for that. |
Fix the description for Typer support. Signed-off-by: Michael Gielda <[email protected]>
Hi @darrenburns - I made a PR against @evanmags' branch fixing the docs. When he merges that, your review will be included; is there anything else that needs to be done to make this land? |
* upstream/main: (44 commits) Downgrade macos runner Bump actions versions to latest Update textualize dependency spec Update README.md fix: prefix binding actions with app namespace Tweak the styling to make the sidebar less greedy Strip trailing whitespace from the CSS file Relock Bump to Textual 0.54 Add import Fix typo Remove '+ value' button from multi choice widget. Do not treat Select.BLANK as a supplied value Swap order of parameter explanations in README Create LICENSE version bump Ensure custom command names dont appear in sidebar fix: fixed command info when no docstring is present fix: fixed help_text if self.schema.help is none Expect at least one space ...
Hey @willmcgugan, You don't have a CONTRIBUTING.md on this repo, so I'm not sure if/how I can contribute to this, but these are the changes I made on my fork to get Trogon working in my Typer app. I have a few TODOs below but would like your input for desired usage and best practice. Thank you 🙏
TODO: