issues
search
museumsvictoria
/
nodel
A digital media control system for museums and galleries
nodel.io
60
stars
17
forks
source link
bug #329: Fix handling of quotes in process sandbox arguments
#330
Open
scroix
opened
6 months ago
scroix
commented
6 months ago
Main
now uses
Environment.CommandLine
to get the command line as a string.
Introduced SplitCommandLine method to split the command line while preserving quotes.
ParseArgs
updated to use
SplitCommandLine
Main
now usesEnvironment.CommandLine
to get the command line as a string.ParseArgs
updated to useSplitCommandLine