clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
14.3k stars 1.04k forks source link

support windows style command line parse #5742

Closed i-xiao-zi closed 1 month ago

i-xiao-zi commented 1 month ago

Please complete the following tasks

Clap Version

v4

Describe your use case

shutdown /s /t 60

Describe the solution you'd like

It's Unix/Linux style shutdown -s -t,I need showdown /s /t

Alternatives, if applicable

No response

Additional Context

No response

epage commented 1 month ago

This is being tracked in #2468, closing in favor of that.