Open bortzmeyer opened 3 years ago
indeed @bortzmeyer . you can manually inspect the $-step3.json : `cat $-step3.json |jq '.'
if "fullDep" entry is {}, then there are no cyclic dependencies
OK, thanks. (Note that cat is useless, you can do jq . $-step3.json
.)
Could use some UX improvements :-)
Indeed, need to improve UX... sorry for that.
What does it mean? That no cycle was found?