Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.2 KB

parents.md

File metadata and controls

21 lines (17 loc) · 1.2 KB
> xtree parents --help 

 🌳 Find all parents of nodes.
╭─────────────┬─────────────────────────────────────────────────────────────╮
│ --input, -i │ * (required) The path to the suitable file (*.xcodeproj,    │
│             │   Podfile.lock, *.yml/*.yaml), which will be the tree input │
│             │   source.                                                   │
│ --name, -n  │ * The name of the node to display its parents.              │
│             │                                                             │
│ --help, -h  │ * Show help information.                                    │
╰─────────────┴─────────────────────────────────────────────────────────────╯

Example

> xtree parents --name Alamofire --input example.yaml