Skip to content

Commit 54cd3e5

Browse files
authored
wsh ai example was missing -m flag (#2452)
I got very confused when I naively copy pasted these examples 😅
1 parent af3279b commit 54cd3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/gettingstarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can also download installers directly from our [Downloads page](https://www.
132132
wsh web open github.com
133133

134134
# Get AI assistance
135-
wsh ai "how do I find large files in my current directory?"
135+
wsh ai -m "how do I find large files in my current directory?" -s
136136
```
137137

138138
3. **Customize Your Layout**

0 commit comments

Comments
 (0)