Result looks similar to #79, but this is caused by repeated "terminal" names. I have a root `build` and also nested `build`: ```yaml version: '3' tasks: build: cmd: echo build other:build: cmd: echo other build ```  All of the nested repeats get duplicated into the root of the task tree view. (Currently running v0.3.1)