Skip to content

Commit

Permalink
#287 - create start as an alias of up (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
twardnw committed Feb 3, 2021
1 parent 22642df commit 91fb434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
// upCmd represents the up command
var upCmd = &cobra.Command{
Use: "up",
Aliases: []string{"start"},
Example: "pygmy up",
Short: "Bring up pygmy services (dnsmasq, haproxy, mailhog, resolv, ssh-agent)",
Long: `Launch Pygmy - a set of containers and a resolver with very specific
Expand Down

0 comments on commit 91fb434

Please sign in to comment.