diff options
Diffstat (limited to 'commands/pwd.go')
-rw-r--r-- | commands/pwd.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/pwd.go b/commands/pwd.go index 426be78b..2b1961a1 100644 --- a/commands/pwd.go +++ b/commands/pwd.go @@ -17,10 +17,6 @@ func (PrintWorkDir) Aliases() []string { return []string{"pwd"} } -func (PrintWorkDir) Complete(args []string) []string { - return nil -} - func (PrintWorkDir) Execute(args []string) error { pwd, err := os.Getwd() if err != nil { |