mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-02 10:15:58 +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()
|
.IsHidden()
|
||||||
.WithAlias("file-size")
|
.WithAlias("file-size")
|
||||||
.WithDescription("Gets the file size for a directory.")
|
.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