use shlex to mimic POSIX shell

This commit is contained in:
♥ Minnie ♥ 2025-06-08 09:06:01 +08:00
parent 4eddaade35
commit 40d73ecac0
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 12 additions and 2 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
shlex = "1.3.0"