Skip to content

Commit

Permalink
Use tmux control mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Jul 23, 2018
1 parent 7b4a0d8 commit dcd4e25
Show file tree
Hide file tree
Showing 13 changed files with 305 additions and 534 deletions.
95 changes: 0 additions & 95 deletions launch/command.go

This file was deleted.

36 changes: 0 additions & 36 deletions launch/command_center.go

This file was deleted.

19 changes: 0 additions & 19 deletions launch/handler.go

This file was deleted.

117 changes: 0 additions & 117 deletions launch/process.go

This file was deleted.

26 changes: 0 additions & 26 deletions launch/writer.go

This file was deleted.

12 changes: 0 additions & 12 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"strings"
"time"

"github.com/DarthSim/overmind/launch"
"github.com/DarthSim/overmind/start"
"github.com/joho/godotenv"

Expand Down Expand Up @@ -40,16 +39,6 @@ func setupStartCmd() cli.Command {
}
}

func setupLaunchCmd() cli.Command {
return cli.Command{
Name: "launch",
Usage: "Launch process, connect to overmind socket, wait for instructions",
Action: launch.Run,
ArgsUsage: "[process name] [shell command] [path to overmind socket] [keep alive]",
Hidden: true,
}
}

func setupRestartCmd() cli.Command {
c := cmdRestartHandler{}

Expand Down Expand Up @@ -116,7 +105,6 @@ func main() {

app.Commands = []cli.Command{
setupStartCmd(),
setupLaunchCmd(),
setupRestartCmd(),
setupConnectCmd(),
setupKillCmd(),
Expand Down
Loading

0 comments on commit dcd4e25

Please sign in to comment.