command-line

command module
v0.0.0-...-aa21d41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2022 License: MIT Imports: 5 Imported by: 0

README

Project developed with the course: Write Professional Command-line Programs in Go

multi-git

A little Go command-line program that manages a list of git repos and runs git commands on all repos.

This program supports the article: Let's Go: Command-line Programs with Golang.

Command-line Arguments

It accepts two command-line arguments:

  • --command : the git command (wrap in double quotes for multi-arguments commands)
  • --ignore-errors: keeps going through the list of repos even the git command failed on some of them

Environment variables

The list of repos is controlled by two the environment variables:

  • MG_ROOT : the path to a root directory that contains all the repos
  • MG_REPOS : the names of all managed repos under MG_ROOT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL