mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 02:25:28 +08:00 
			
		
		
		
	Add interactive prompts for selecting values
* Adds SelectionPrompt * Adds MultiSelectionPrompt Closes #210
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							3a593857c8
						
					
				
				
					commit
					0e0f4b4220
				
			
							
								
								
									
										12
									
								
								docs/input/prompts/index.cshtml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								docs/input/prompts/index.cshtml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
Title: Prompts
 | 
			
		||||
Order: 5
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<h1>Sections</h1>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
 | 
			
		||||
{
 | 
			
		||||
  <li>@Html.DocumentLink(child)</li>
 | 
			
		||||
}
 | 
			
		||||
</ul>
 | 
			
		||||
		Reference in New Issue
	
	Block a user