pub fn run_from_command_line() -> i32Expand description
Runs the appropriate git-global subcommand based on command line arguments.
As the effective binary entry point for git-global, prints results to
STDOUT (or errors to STDERR) and returns an exit code.