Hello,

why I add parameter in command line with whiutespace?
    
    
    echo parseCmdLine("""---title:"new title with whitespace" """)
    
    
    Run

parse:

`@["---title:new", "title", "with", "whitespace\""]`

Module works similarly:
    
    
    opt cmdLongOption ---title:new
    opt cmdArgument title
    opt cmdArgument with
    opt cmdArgument whitespace"
    
    
    Run

I can one Option with value "new title with whitespace"

thanks 

Reply via email to