| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  | {% import 'lib/cli.html' as cli %} | 
					
						
							| 
									
										
										
										
											2018-10-17 15:45:47 +01:00
										 |  |  | {% import "../lib/githubLinks.html" as github -%} | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | <article> | 
					
						
							| 
									
										
										
										
											2018-10-17 15:45:47 +01:00
										 |  |  |   {$ github.githubLinks(doc, cliVersionInfo) $} | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  |   {% include 'include/cli-breadcrumb.html' %} | 
					
						
							|  |  |  |   {% include 'include/cli-header.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <aio-toc class="embedded"></aio-toc> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <div class="cli-body"> | 
					
						
							|  |  |  |     {$ doc.shortDescription | marked $} | 
					
						
							|  |  |  |     {$ doc.description | marked $} | 
					
						
							|  |  |  |     {$ cli.renderSyntax(doc) $} | 
					
						
							| 
									
										
										
										
											2018-10-19 08:28:08 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {% if doc.longDescription.length %} | 
					
						
							| 
									
										
										
										
											2019-06-06 09:45:07 +01:00
										 |  |  |     <h2 class="no-anchor"> | 
					
						
							|  |  |  |         {$ github.githubLinks(doc.longDescriptionDoc, cliVersionInfo) $} | 
					
						
							|  |  |  |         Description | 
					
						
							|  |  |  |     </h2> | 
					
						
							| 
									
										
										
										
											2018-10-19 08:28:08 +01:00
										 |  |  |     {$ doc.longDescription | marked $} | 
					
						
							|  |  |  |     {% endif%} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-14 10:05:57 +01:00
										 |  |  |     {$ cli.renderArguments(doc.positionalOptions, 2) $} | 
					
						
							|  |  |  |     {$ cli.renderNamedOptions(doc.namedOptions, 2) $} | 
					
						
							|  |  |  |     {$ cli.renderSubcommands(doc) $} | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | </article> |