mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 17:15:28 +08:00 
			
		
		
		
	Fix WithExample call on the CommandApp doc page to match reality (#689)
This commit is contained in:
		| @@ -50,7 +50,7 @@ app.Configure(config => | ||||
|         .IsHidden() | ||||
|         .WithAlias("file-size") | ||||
|         .WithDescription("Gets the file size for a directory.") | ||||
|         .WithExample(new[] {"c:\\windows", "--pattern", "*.dll"}); | ||||
|         .WithExample(new[] {"size", "c:\\windows", "--pattern", "*.dll"}); | ||||
| }); | ||||
| ``` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouni Heikniemi
					Jouni Heikniemi