Reorder command flag and add missing flags (#1394)
This commit is contained in:
@@ -31,6 +31,8 @@ const (
|
||||
)
|
||||
|
||||
func App() *cobra.Command {
|
||||
cobra.EnableCommandSorting = false
|
||||
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "fission",
|
||||
Long: usage,
|
||||
|
||||
Reference in New Issue
Block a user