mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 17:02:51 +08:00
Fix WithExample call on the CommandApp doc page to match reality (#689)
This commit is contained in:
parent
9a6d8d92b4
commit
0b988ff65c
@ -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"});
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user