depinst.py ignore flag
Open
- Dominant language
- C++
- Stars
- 15
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
How does the --ignore flag work in `depinst.py`?
Example:
```
git clone https://github.com/boostorg/boost
cd boost
git submodule update --init tools/boostdep
git submodule update --init tools/quickbook
python3 tools/boostdep/depinst/depinst.py --ignore unordered ../tools/quickbook
```
Notice `--ignore unordered`
The verbose output of `depinst.py -vv` shows:
`-N: ['unordered']`
Then, would it be expected if the submodule `unordered` is downloaded/cloned? It is.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.