Now handling double quotes properly

This commit is contained in:
Justine
2023-02-23 11:53:49 +01:00
parent 6f63294857
commit d22e34c8bd
2 changed files with 15 additions and 14 deletions

View File

@ -17,3 +17,4 @@ which = { version = "4.4.0", features = ["regex"] }
regex = "1.7.1"
yaml-rust = "0.4.5"
ctrlc = "3.2.5"
shell-words = "1.1.0"