fn size_command(
name: &'static str,
execute: fn(&CommandContext<CommandSource, SteelCommandRuntime>, Option<i64>) -> Result<i32, CommandSyntaxError>,
) -> CommandNodeBuilder<CommandSource, SteelCommandRuntime>fn size_command(
name: &'static str,
execute: fn(&CommandContext<CommandSource, SteelCommandRuntime>, Option<i64>) -> Result<i32, CommandSyntaxError>,
) -> CommandNodeBuilder<CommandSource, SteelCommandRuntime>