Command to list all tasks (in my Makefile.toml)? #1100
-
I've looked but haven't found a command to list all tasks in my Makefile.toml. Does it exist? If so, how did I miss it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/sagiegurari/cargo-make?tab=readme-ov-file#usage-cli --list-all-steps and --list-category-steps |
Beta Was this translation helpful? Give feedback.
-
@sagiegurari Thanks. I see "tasks" isn't part of that command -- that's probably why I didn't find it. The documentation mentions "steps" without defining them. Are they the same as tasks? (My guess would be that "steps" and "tasks" are implicit synonyms but never defined as such.) |
Beta Was this translation helpful? Give feedback.
https://github.com/sagiegurari/cargo-make?tab=readme-ov-file#usage-cli
--list-all-steps and --list-category-steps