CaseSensitivity Enum
    Represents case sensitivity.
    
        [Flags]
public enum CaseSensitivity
        - Namespace
 - Spectre
.Console .Cli  - Interfaces
 - 
                                
- IComparable
 - ISpanFormattable
 - IFormattable
 - IConvertible
 
 - Base Types
 - 
                                
- ValueType
 - Enum
 
 
Attributes
- FlagsAttribute
 
Fields
- 
                                0
 - Nothing is case sensitive.
 - Long options are case sensitive.
 - 
                                2
 - Commands are case sensitive.
 - 
                                3
 - Everything is case sensitive.
 
Extension Methods
- 
                                 T And
< Case Sensitivity> (Action < Case Sensitivity> )  - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.