Do we have some shell tools like makefile that supports nested subcommands?

QuestionsDo we have some shell tools like makefile that supports nested subcommands?
sethbeckerman5 Staff asked 4 years ago

For example, I just need to edit the config file like the following:

run:

However, don't support nested subcommands.
A good choice is , which supports and … But it is used in golang, not shell.
I wonder do we have in shell?


View on Stack Overflow