osl-incubator / makim

Make Improved
https://osl-incubator.github.io/makim/
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Split command by group and target #83

Open xmnlab opened 8 months ago

xmnlab commented 8 months ago

currently we call a target with te following structure: makim <group>.<target>.

it would be good to change it to split it with a space: makim <group> <target>. As we are using typer now for CLI, we could show the help menu for all the targets inside a group.