pub fn on_internal(
    internal_exec: &InternalExecution,
    input_invocation: Option<&VerbInvocation>,
    trigger_type: TriggerType<'_>,
    tree: &mut Tree,
    app_state: &AppState,
    cc: &CmdContext<'_>
) -> CmdResult
Expand description

general implementation for verbs based on the :select internal with optionally a bang or an argument.