Last active
February 21, 2025 07:54
-
-
Save mebiusbox/ed2f0c862a1b7662db2a7df091d8fed0 to your computer and use it in GitHub Desktop.
makers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[config] | |
skip_core_tasks = true | |
[tasks.default] | |
description = "Lists all known steps" | |
cwd = "${CARGO_MAKE_CURRENT_TASK_INITIAL_MAKEFILE_DIRECTORY}" | |
command = "makers" | |
args = ["--list-all-steps"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment