Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanding env variables #57

Open
gergelyk opened this issue Feb 8, 2019 · 1 comment
Open

Expanding env variables #57

gergelyk opened this issue Feb 8, 2019 · 1 comment

Comments

@gergelyk
Copy link

gergelyk commented Feb 8, 2019

Hey, nice job with this utility :) Have you been considering processing args by os.path.expandvars, so that environment variables can be expanded?

@mwgamble
Copy link

I would like to see more customisation available with how commands are processed in general. Python3.6 added a new punctuation_chars option to the shlex class, which allows parsing of multiple commands in the following fashion: cmd1 arg1; cmd2 arg2. However, this module just calls shlex.split() directly with no opportunity to support punctuation_chars at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants