pub fn argument(
name: impl Into<Box<str>>,
argument: CommandArgument,
) -> CommandNodeExpand description
Creates a typed argument command node.
pub fn argument(
name: impl Into<Box<str>>,
argument: CommandArgument,
) -> CommandNodeCreates a typed argument command node.