Skip to content

ReplApplication: use shlex.split in parse_command_args to parse args

Woob Import requested to merge shlex into master

This allows REPL applications to handle quotes in sub-commands and accept arguments with spaces.

Merge request reports