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

Allow variables in documentation comments #553

Closed
shiimizu opened this issue Nov 23, 2019 · 2 comments
Closed

Allow variables in documentation comments #553

shiimizu opened this issue Nov 23, 2019 · 2 comments

Comments

@shiimizu
Copy link

shiimizu commented Nov 23, 2019

Is there a way to do this?
justfile:

current_version := '0.2.3'
another_way := `./bin/getversion`

# Update to next version [Current: {{current_version}}]
update:
  ./bin/update

Output:

$ just --list
Available recipes:
    update # Update to next version [Current: 0.2.3]
@casey casey added this to the eventually milestone Nov 25, 2019
@casey
Copy link
Owner

casey commented Nov 25, 2019

That's an interesting feature! It's currently not possible. I can imagine adding this if #495 is implemented.

@casey
Copy link
Owner

casey commented Dec 11, 2024

Closing in favor of #2521, since that fixes this for all attributes.

@casey casey closed this as completed Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants