Closed Defman closed 4 years ago
#[command(usage = "test <x>")] async fn test(ctx: &mut State, x: i32) -> Result<(), Error> { if args == "" { // args are in the scope } Ok(()) };