fixed typos.
This commit is contained in:
		
							parent
							
								
									9428a36240
								
							
						
					
					
						commit
						7912b0fd37
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -262,7 +262,7 @@ Input/output types:
 | 
			
		|||
 | 
			
		||||
(the input/output table at the bottom has to do with how the command is used in
 | 
			
		||||
a pipeline, and is covered in more detail in the
 | 
			
		||||
[book](https://www.nushell.sh/book/command_signature.html)
 | 
			
		||||
[book](https://www.nushell.sh/book/command_signature.html))
 | 
			
		||||
 | 
			
		||||
This addition of easy argument parsing makes it incredibly convenient to add
 | 
			
		||||
command line arguments to your scripts and functions, something that is anything
 | 
			
		||||
| 
						 | 
				
			
			@ -359,7 +359,7 @@ def recently-modified [
 | 
			
		|||
 | 
			
		||||
{{<highlight sh "linenos=false">}}
 | 
			
		||||
> use recently-modified.sh
 | 
			
		||||
> recently-modifiued --cutoff '2 weeks ago' ./
 | 
			
		||||
> recently-modified --cutoff '2 weeks ago' ./
 | 
			
		||||
{{</highlight>}}
 | 
			
		||||
 | 
			
		||||
Its certainly not the most ergonomic, but seems to be the best way at the moment
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue