Skip to content

Is there a way to have a install_crate depedency for init tasks/plugins #982

Answered by sagiegurari
wmmc88 asked this question in Q&A
Discussion options

You must be logged in to vote

Does the duckscript get saved in a file

no. since its embedded inside cargo-make, the script is in memory....
i could dump it via verbose to outside if that helps (maybe i already do that, can't remember)

It would also be nice if there was a way to defer to the default behaviour somehow in the plugin

cm_plugin_run_custom_task enables you to modify the task and run it.
it handles all logic except dependencies, because dependencies should have already been executed so i don't want to execute them again. well, unless i forgot how it works lol

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@sagiegurari
Comment options

@sagiegurari
Comment options

@wmmc88
Comment options

@sagiegurari
Comment options

Answer selected by wmmc88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants