kenz-gelsoft / wxRust2

re-exploration Rust binding to wx
MIT License
77 stars 10 forks source link

Fix args handling #183

Closed kenz-gelsoft closed 1 year ago

kenz-gelsoft commented 1 year ago
kenz-gelsoft commented 1 year ago

Checked WxArgs should work with existing command line parsing crates:

They have parse method can be used with String (requires Into<OsString> or AsRef<OsStr> that String implement)