diff --git a/src/commands/help.rs b/src/commands/help.rs index 4ddd147b4..c8b22898d 100644 --- a/src/commands/help.rs +++ b/src/commands/help.rs @@ -28,13 +28,6 @@ impl PerItemCommand for Help { ) -> Result { let tag = call_info.name_tag; - if call_info.args.len() == 0 { - return Ok(vec![Ok(ReturnSuccess::Action(CommandAction::EnterHelpShell( - Value::nothing().tagged(tag), - )))] - .into()); - } - match call_info.args.expect_nth(0)? { Tagged { item: Value::Primitive(Primitive::String(document)),