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
New feature : add tags that are not tied to a type and are parameterless (prefix !)
!
Syntax:
{tagName:...}
{!tagName:...}
{...=!tagName,...}
Examples:
ComputerName
{!ComputerName}
Time
{!Time}
The text was updated successfully, but these errors were encountered:
Add first tests for the parameter tag (#7)
c84229a
c1c2c1b
No branches or pull requests
New feature : add tags that are not tied to a type and are parameterless (prefix
!
)Syntax:
{tagName:...}
for a tag{!tagName:...}
for a non-generic tag{...=!tagName,...}
for a non-generic tag as argumentExamples:
ComputerName
tag that returns the name of the computer ({!ComputerName}
)Time
tag that returns the current time ({!Time}
)The text was updated successfully, but these errors were encountered: