pub fn do_ambiguous(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>Expand description
Handler for ambiguous commands (user input matches multiple commands).
Prints an error message indicating the command was ambiguous and does not change execution state.
ยงErrors
Returns an error if the underlying printing operation fails (rare).