33 points | by gautamsomani 3 days ago ago
1 comments
In Python, `shlex` has utilities for quoting and tokenizing strings for POSIX shells.
> Documentation: https://docs.python.org/3/library/shlex.html
(Windows users: CMD is hopeless. Sorry. Try powershell.)
In Python, `shlex` has utilities for quoting and tokenizing strings for POSIX shells.
> Documentation: https://docs.python.org/3/library/shlex.html
(Windows users: CMD is hopeless. Sorry. Try powershell.)