feat(windows): add command line argument parsing utilities
Implement CmdLexer, CmdArg and CmdArgs for proper Windows command line argument parsing and quoting. Add itertools dependency for string joining functionality.
This commit is contained in:
@ -19,5 +19,6 @@ windows-sys = { version = "0.60.2", features = [
|
||||
winreg = { version = "0.55.0", features = ["transactions"] }
|
||||
widestring = "1.2.1"
|
||||
indexmap = "2.11.4"
|
||||
itertools = "0.14.0"
|
||||
regex = "1.11.3"
|
||||
uuid = "1.18.1"
|
||||
|
||||
Reference in New Issue
Block a user