mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 05:18:16 +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