defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
8 stars 0 forks source link

feat: direct child task calls and list-all #9

Closed decleaver closed 4 months ago

decleaver commented 4 months ago

Description

Allows you to directly call tasks from included file and adds --list-all flag which lists all tasks including tasks from external files that are being included.

Related Issue

Relates to uds-cli #441 #325

UncleGedd commented 4 months ago

Great work on this! I think there are some opportunities to finally refactor some of this code out of runner.go, happy to pair on that. Other general feedback is to see if we break up some of the more complex/nested logic into functions