Expand description
Functions for expanding repository paths.
Enums§
- Whether a repository is resolving for the current user, or the given one.
Functions§
- Expand
path
for use in a shell and return the expanded path. - Parse user information from the given
path
, returning(possible user information, adjusted input path)
. - Expand
path
for the givenuser
, which can be obtained byparse()
, resolving them withhome_for_user(&user)
.