Commit 31f2a12
authored
[arenabuddy] Update CLI documentation and fix MTGA database file extension (#323)
This pull request updates the CLI documentation and fixes a critical bug in the MTGA database detection logic.
**Documentation Updates:**
- Clarified that the CLI tool is named `arenabuddyctl`
- Added comprehensive examples showing how to run commands using `cargo run -p arenabuddy_cli`
- Documented the new `scrape-mtga` command with auto-detection of MTGA install paths and custom path options
- Added examples for the REPL and event-log commands
- Updated help command examples to use the correct cargo syntax
**Bug Fix:**
- Fixed incorrect file extension filter in MTGA database detection - changed from `.rs` to `.mtga` to properly locate `Raw_CardDatabase_*.mtga` files1 parent d8ffd73 commit 31f2a12
2 files changed
+19
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
30 | 43 | | |
31 | 44 | | |
32 | | - | |
| 45 | + | |
33 | 46 | | |
34 | 47 | | |
35 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments