Improve cmd

This commit is contained in:
世界
2022-08-09 14:49:17 +08:00
parent ecaddd897e
commit e05ee55545
4 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ var commandFormat = &cobra.Command{
Use: "format",
Short: "Format configuration",
Run: formatConfiguration,
Args: cobra.NoArgs,
}
func init() {