-
Notifications
You must be signed in to change notification settings - Fork 126
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
cargo-make tasks DATE #865
Labels
Comments
you can run a command and put its last outline line as the value, so you can do something like: [env]
CURRENT_DATE = { script = ["date"] } see more at: https://github.com/sagiegurari/cargo-make#script-1 |
@noahlin27 does this resolve your issue? |
closing due to lack of feedback and solution provided |
@noahlin27 so you can load different env script per OS
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
provide cargo_make_time env variable like date (and options .e.g +%Y%m%d) in bash
Describe The Solution You'd Like
Code Sample
/// paste code here
The text was updated successfully, but these errors were encountered: