diff options
Diffstat (limited to 'commands/exec.go')
-rw-r--r-- | commands/exec.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/exec.go b/commands/exec.go index 4c2f3d1b..2a3ed5f5 100644 --- a/commands/exec.go +++ b/commands/exec.go @@ -22,10 +22,6 @@ func (ExecCmd) Aliases() []string { return []string{"exec"} } -func (ExecCmd) Complete(args []string) []string { - return nil -} - func (e ExecCmd) Execute(args []string) error { cmd := exec.Command(e.Args[0], e.Args[1:]...) env := os.Environ() |