Copyright | (c) 2020-2021 Vaclav Svejcar |
---|---|
License | BSD-3-Clause |
Maintainer | vaclav.svejcar@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module contains core operations you can perform over the scanned Repo
.
Documentation
Attempts to find (and scan via scanRepo
) repository at given path.
If given path doesn't contain valid repository, it recursively tries in every
parent directory until the root directory (e.g. C:
or /
) is reached.