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
Placeholder for decorator support.
We currently vary the output of a step in the declaration of a step itself:
preguide/cmd/preguide/testdata/renderers.txt
Lines 88 to 98 in 78bc677
This is wrong. Applying ellipsis, or rendering a specific range of lines, is a purely presentational thing.
We should therefore be doing this in "decorators" that modify the result of the step function. Something like:
step
{{ step "step0" | lineRange [[2,2]] }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Placeholder for decorator support.
We currently vary the output of a step in the declaration of a step itself:
preguide/cmd/preguide/testdata/renderers.txt
Lines 88 to 98 in 78bc677
This is wrong. Applying ellipsis, or rendering a specific range of lines, is a purely presentational thing.
We should therefore be doing this in "decorators" that modify the result of the
step
function. Something like:The text was updated successfully, but these errors were encountered: