diff --git a/commands/run.go b/commands/run.go index fc9f07b2..de2d9b69 100644 --- a/commands/run.go +++ b/commands/run.go @@ -62,7 +62,7 @@ func Run() int { root := NewCommand("git-lfs", gitlfsCommand) root.PreRun = nil - + completionCmd := &cobra.Command{ Use: "completion [bash|zsh|fish|powershell]", Short: "Generate completion script", @@ -130,7 +130,6 @@ PowerShell: root.AddCommand(completionCmd) - // Set up help/usage funcs based on manpage text helpcmd := &cobra.Command{ Use: "help [command]",