dustin / graphex

Dependency graph viewer CLI tool
Other
10 stars 3 forks source link

`why --all` should have a standard direction + not care about arg order like `why` #44

Open ramirez7 opened 11 months ago

ramirez7 commented 11 months ago
$ graphex graph -g graph.json why --all Graphex Graphex.Core
Graphex
 ├╴Graphex.Core
 └╴Graphex.LookingGlass
    └╴Graphex.Core

$ graphex graph -g graph.json why --all Graphex.Core Graphex
Graphex.Core