Simplify page command
This commit is contained in:
+4
-10
@@ -37,14 +37,9 @@ The first argument is always the game: `osrs` or `rs3`.
|
||||
Full-text search across wiki pages. Returns ranked titles with snippets.
|
||||
Use this to find the right page name before fetching details.
|
||||
|
||||
### rsw <game> page <title> [--section <name>] [--complete]
|
||||
Fetch a wiki page. By default, returns only the table of contents (section list)
|
||||
to conserve context. Use `--section` to fetch a specific section (e.g., "Drops",
|
||||
"Strategy", "Requirements"). Use `--complete` for the full page content.
|
||||
Use `--raw` for raw wikitext.
|
||||
|
||||
**Recommended workflow:** First call `page` (no flags) to see available sections,
|
||||
then call `page --section <name>` to fetch only what you need.
|
||||
### rsw <game> page <title>
|
||||
Fetch a wiki page and return its full content as markdown.
|
||||
Use `--raw` for raw wikitext instead.
|
||||
|
||||
### rsw <game> item <name> [--ironman]
|
||||
The workhorse for "where do I find X" questions. Returns:
|
||||
@@ -92,8 +87,7 @@ When a user asks a RuneScape question, think about which command(s) to combine:
|
||||
→ `rsw osrs price "abyssal whip"`
|
||||
|
||||
**"What's a good money maker at 80 combat?"**
|
||||
→ `rsw osrs search "money making"` → then `rsw osrs page "Money making guide"` (TOC)
|
||||
→ then `rsw osrs page "Money making guide" --section "Combat"` for relevant section
|
||||
→ `rsw osrs search "money making"` → then `rsw osrs page "Money making guide"`
|
||||
|
||||
### Inferring the game
|
||||
|
||||
|
||||
Reference in New Issue
Block a user