We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alias
A command which can alias various things.
alias path/to/something my-path
alias Num N
alias str/regex rgx
alias "Some complicated column header" h1
alias 3.14 pi
Since there is not any runtime evaluation that would be required, would this be done as a preprocessing step?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
A command which can alias various things.
alias path/to/something my-path
)alias Num N
)alias str/regex rgx
)alias "Some complicated column header" h1
)alias 3.14 pi
)As a pre-processor?
Since there is not any runtime evaluation that would be required, would this be done as a preprocessing step?
The text was updated successfully, but these errors were encountered: