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

Write a custom parser for expanding shell variables, tildes, and shell commands #98

Merged
merged 7 commits into from
Jun 19, 2022

Conversation

superatomic
Copy link
Owner

Implements a custom parser for expanding shell variables, tildes, and shell commands.

Resolves #38.

Closes #53, closes #54, resolves #45 again (making #46 obsolete).

@superatomic superatomic added documentation Improvements or additions to documentation enhancement New feature or request feature Added functionality refactor Changes to code layout or structure labels Jun 19, 2022
@superatomic superatomic added this to the v0.5.0 milestone Jun 19, 2022
@superatomic superatomic self-assigned this Jun 19, 2022
@superatomic superatomic merged commit 1d56f0c into main Jun 19, 2022
@superatomic superatomic deleted the 38-parse-toml-variable-values branch June 19, 2022 05:08
superatomic added a commit that referenced this pull request Jun 19, 2022
These examples were outdated and incorrect for the new parser in #98.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature Added functionality refactor Changes to code layout or structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand shell commands Expand shell variables Expand tildes Expand Shell Variables and ~
1 participant