Properties
				
					
					Readonly args
					args: (undefined | null | string)[]
					
				
				
				
					
					commandText
					commandText: string | null
					
				
				
					
					Readonly flagArgs
					flagArgs: Record<string, string>
					
				
				
				
				
					
					Readonly params
					params: unknown[]
					
				
				
					
					prefix
					prefix: RegExp | null
					
				
				
					
					prefixLength
					prefixLength: number | null
					
				
				
				
					
					Readonly reprompted
					reprompted: boolean