pass semicolon as run() argument , how to escape ?
Posted: 30 Jan 2024 07:55
hi @ all ,
is it possible to pass 2 arguments , separated by ";" via run lax()?
it seems that xy detects the semicolon and raises an error , i tried different quoting, to no avail ...
the full code :
is it possible to pass 2 arguments , separated by ";" via run lax()?
Code: Select all
run lax(command_a ; command_b);the full code :
Code: Select all
run lax("xxxxxx\WindowsApps\wt.exe" -d "D:\_" -p "aaaaaa" ; split-pane -d "D:\_" -p "bbbbbb")