File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11# Hike ChangeLog
22
3+ ## Unreleased
4+
5+ ** Released: WiP**
6+
7+ - Fixed the ` help ` command in the command line widget not pulling up the
8+ help dialog. ([ #117 ] ( https://github.com/davep/hike/pull/117 ) )
9+
310## v1.1.1
411
512** Released: 2025-08-03**
Original file line number Diff line number Diff line change @@ -210,6 +210,11 @@ def _watch_navigation_visible(self) -> None:
210210 with update_configuration () as config :
211211 config .navigation_visible = self .navigation_visible
212212
213+ @on (Help )
214+ async def _show_help (self ) -> None :
215+ """Handle the help action."""
216+ await self .run_action ("help_command" )
217+
213218 @on (HandleInput )
214219 def _handle_input (self , message : HandleInput ) -> None :
215220 """Handle input as if the user had typed it in.
You can’t perform that action at this time.
0 commit comments