File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1760,9 +1760,11 @@ func (c *Config) newRootCmd() (*cobra.Command, error) {
1760
1760
rootCmd .RegisterFlagCompletionFunc ("color" , autoBoolFlagCompletionFunc ),
1761
1761
rootCmd .RegisterFlagCompletionFunc ("config-format" , c .configFormat .FlagCompletionFunc ()),
1762
1762
rootCmd .RegisterFlagCompletionFunc ("mode" , chezmoi .ModeFlagCompletionFunc ),
1763
+ rootCmd .RegisterFlagCompletionFunc ("progress" , autoBoolFlagCompletionFunc ),
1763
1764
rootCmd .RegisterFlagCompletionFunc ("refresh-externals" , chezmoi .RefreshExternalsFlagCompletionFunc ),
1764
1765
rootCmd .RegisterFlagCompletionFunc ("use-builtin-age" , autoBoolFlagCompletionFunc ),
1765
1766
rootCmd .RegisterFlagCompletionFunc ("use-builtin-git" , autoBoolFlagCompletionFunc ),
1767
+ rootCmd .MarkPersistentFlagDirname ("working-tree" ),
1766
1768
); err != nil {
1767
1769
return nil , err
1768
1770
}
You can’t perform that action at this time.
0 commit comments