forked from toolshed/abra
fix: "abra app restart" docs + --all-services
See coop-cloud/organising#605
This commit is contained in:
@ -278,6 +278,13 @@ var GitEmailFlag = &cli.StringFlag{
|
||||
Destination: &GitEmail,
|
||||
}
|
||||
|
||||
var AllServices bool
|
||||
var AllServicesFlag = &cli.BoolFlag{
|
||||
Name: "all-services, a",
|
||||
Usage: "Restart all services",
|
||||
Destination: &AllServices,
|
||||
}
|
||||
|
||||
// SubCommandBefore wires up pre-action machinery (e.g. --debug handling).
|
||||
func SubCommandBefore(c *cli.Context) error {
|
||||
if Debug {
|
||||
|
Reference in New Issue
Block a user