Skip to content

The Argument Double quotes not recognized #193

Answered by HillCat
HillCat asked this question in Q&A
Discussion options

You must be logged in to vote
var downloadSubtitle = Cli.Wrap("whisperSubs")
                .WithArguments( new []
                {
                    "\"F:\\Downloads\\Video\\OSS_Power_Ups__CliWrap.mp4\"",
                    "--output_dir",
                    "F:\\Downloads\\Video"
                    
                },false);

Add the escape character, then Escape=false and you're done!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tyrrrz
Comment options

Answer selected by HillCat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants