milpa itself repo list
Lists installed repos
Usage
milpa itself repo list [options]
Description
milpa installs repositories from remote locations at two different locations:
- machine-wide repositories are installed to
$MILPA_ROOT, usually at/usr/local/lib/milpa, - user-specific repositories are installed to
$XDG_DATA_HOME/milpafolder, usually$HOME/.local/share/milpa/
For more information on installing packages, see milpa itself repo install --help.
Options
--cloned(bool): Only output cloned repos.--paths-only(bool): Only output the paths to repos with no decoration.
Global Options
--color(bool): Always print colors to stderr. Default: true.--help(bool): Display help for any command.--no-color(bool): Disable printing of colors to stderr.--silent(bool): Silence non-error logging.--skip-validation(bool): Do not validate any arguments or options.--verbose(bool): Log verbose output to stderr.