aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new-account.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new-account.go')
-rw-r--r--commands/new-account.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/new-account.go b/commands/new-account.go
index b30e0e34..1a14a821 100644
--- a/commands/new-account.go
+++ b/commands/new-account.go
@@ -16,10 +16,6 @@ func (NewAccount) Aliases() []string {
return []string{"new-account"}
}
-func (NewAccount) Complete(args []string) []string {
- return nil
-}
-
func (n NewAccount) Execute(args []string) error {
wizard := app.NewAccountWizard()
wizard.ConfigureTemporaryAccount(n.Temp)