summaryrefslogtreecommitdiffstats
path: root/src/help/help_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/help_state.rs')
-rw-r--r--src/help/help_state.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/help/help_state.rs b/src/help/help_state.rs
index ac50fdc..9425b57 100644
--- a/src/help/help_state.rs
+++ b/src/help/help_state.rs
@@ -202,6 +202,7 @@ impl PanelState for HelpState {
fn on_internal(
&mut self,
w: &mut W,
+ invocation_parser: Option<&InvocationParser>,
internal_exec: &InternalExecution,
input_invocation: Option<&VerbInvocation>,
trigger_type: TriggerType,
@@ -260,6 +261,7 @@ impl PanelState for HelpState {
}
_ => self.on_internal_generic(
w,
+ invocation_parser,
internal_exec,
input_invocation,
trigger_type,