mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
![]() Pass tokenized arguments (i.e., arguments as lists of strings) to CLI invocations, else Click will attempt to tokenize them internally. The problem with leaving tokenization to Click is that it uses `shlex.split()`, which is Unix-oriented, and may miss some cases in Windows. |
||
---|---|---|
.. | ||
test_docs | ||
__init__.py | ||
test_cli.py | ||
test_util.py |