butido
butido copied to clipboard
Add `serial-buildorder` argument to the build-tree
- Introduced a new command-line argument
--serial-buildorderthat outputs the tree-of package in a serial build order. - The
--serial-buildorderargument conflicts with the existing--dotargument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting.
tested successfully :) thx!