fn set_weather(
context: &CommandContext<CommandSource, SteelCommandRuntime>,
weather: WeatherKind,
requested_duration: i32,
) -> Result<i32, CommandSyntaxError>fn set_weather(
context: &CommandContext<CommandSource, SteelCommandRuntime>,
weather: WeatherKind,
requested_duration: i32,
) -> Result<i32, CommandSyntaxError>