-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: corrected click context management in TutorCli, resolves #14 #13
fix: corrected click context management in TutorCli, resolves #14 #13
Conversation
Can you please share evidence that this particular piece of code was causing issues for you, such as logs? |
Following is what I am getting over webui interface
It doesn't recognize help command as well as when I want to enter local start, after writing local and pressing spacebar it throws exception, as seen in above logs |
Hina has approved this PR, so I'm not sure why my input is needed here? Just make sure to add a changelog entry and squash your commits. |
Removed manual patching of TutorCli object to address an issue where
click_repl
incorrectly accessed thecommands
attribute. This patch previously enabled nested shell functionality, which introduced complexity and unexpected behavior.