[][src]Module git_global::subcommands

Subcommand implementations and dispatch function run().

Modules

info

The info subcommand: shows metadata about the git-global installation.

list

The list subcommand: lists all repos known to git-global.

scan

The scan subcommand: scans the filesystem for git repos.

status

The status subcommand: shows git status -s for all known repos.

Functions

run

Run the subcommand matching the provided str, returning a Report.