summaryrefslogtreecommitdiffstats
path: root/commands/import.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/import.go')
-rw-r--r--commands/import.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/import.go b/commands/import.go
index 947b6d11f..c2d574aa1 100644
--- a/commands/import.go
+++ b/commands/import.go
@@ -58,6 +58,7 @@ Import from Jekyll requires two paths, e.g. ` + "`hugo import jekyll jekyll_root
return c.importFromJekyll(args)
},
withc: func(cmd *cobra.Command, r *rootCommand) {
+ cmd.ValidArgsFunction = cobra.NoFileCompletions
cmd.Flags().BoolVar(&c.force, "force", false, "allow import into non-empty target directory")
},
},