Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions trogon/trogon.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ def action_focus_command_tree(self) -> None:
command_tree.focus()

def action_show_command_info(self) -> None:
command_builder = self.query_one(CommandBuilder)
self.push_screen(CommandInfo(command_builder.selected_command_schema))
command_form = self.query_one(CommandForm)
self.push_screen(CommandInfo(command_form.command_schema))

def action_visit(self, url: str) -> None:
"""Visit the given URL, via the operating system.
Expand Down