Wanted to have like a Tree structure for Nob_Cmd, which allows them to be dependent on each other eg:
So we can build a tree, where B and C depend on running after A, maybe also an async_run support for the tree, whereby B and C can run concurrently as they don't depend on each other.