cobra icon indicating copy to clipboard operation
cobra copied to clipboard

Add EnableFlagSorting similar to EnableCommandSorting

Open swills opened this issue 1 year ago • 0 comments

It seems to me based on my usage that it would be nice to have a variable called EnableFlagSorting, similar to the already existing EnableCommandSorting. This would avoid having to set Flags().SortFlags = false, PersistentFlags().SortFlags = false and InheritedFlags().SortFlags = false in so many places.

swills avatar Dec 24 '23 20:12 swills