| Methods | 
			
	
			
				
					
	public
					
					
				
			 | 
			
				suggestValue(string|Suggestion $value): $this
	
		Add a suggested value for an input option or argument.
	 
	
	Add a suggested value for an input option or argument. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				suggestValues(list<string|Suggestion> $values): $this
	
		Add multiple suggested values at once for an input option or argument.
	 
	
	Add multiple suggested values at once for an input option or argument. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				suggestOption(InputOption $option): $this
	
		Add a suggestion for an input option name.
	 
	
	Add a suggestion for an input option name. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				suggestOptions(InputOption[] $options): $this
	
		Add multiple suggestions for input option names at once.
	 
	
	Add multiple suggestions for input option names at once. 
 
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getOptionSuggestions(): InputOption[]
	
	 
			 | 
		
			#
		 | 
	
	
			
				
					
	public
					
					
				
			 | 
			
				getValueSuggestions(): Suggestion[]
	
	 
			 | 
		
			#
		 |