Module git_url::expand_path
source · [−]Expand description
Functions for expanding repository paths.
Enums
The error used by parse(), with() and expand_path().
Whether a repository is resolving for the current user, or the given one.
Functions
Expand path for the given user, which can be obtained by parse(), resolving the home directories
of user automatically.
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).