@@ -20,58 +20,67 @@ exports[`Root command plugins 1`] = `
2020Usage: index plugins [options] [command]
2121
2222Options:
23- -h, --help display help for command
23+ -h, --help display help for command
2424
2525Commands:
26- create [options] <path > Create a new package locally
27- filter [options] <field > <value > Filter the by field and matching value
28- get [options] <input > Get package metadata from registry
29- install [options] <input > Install a package locally by slug/version
30- list [options] List packages
31- reset [options] Reset the synced package cache
32- scan [options] Scan local packages into cache
33- search [options] <query > Search using a lazy matching query
34- sync [options] Sync remote packages into cache
35- uninstall [options] <input > Uninstall a package locally by slug/version
36- help [command] display help for command
26+ create [options] <path > Create a new package locally
27+ filter [options] <field > <value > Filter the by field and matching value
28+ get [options] <input > Get package metadata from registry
29+ install [options] <input > Install a package locally by
30+ slug/version
31+ list [options] List packages
32+ open [options] <input > [options...] Open a package by slug/version
33+ reset [options] Reset the synced package cache
34+ scan [options] Scan local packages into cache
35+ search [options] <query > Search using a lazy matching query
36+ sync [options] Sync remote packages into cache
37+ uninstall [options] <input > Uninstall a package locally by
38+ slug/version
39+ help [command] display help for command
3740`;
3841
3942exports[`Root command presets 1`] = `
4043Usage: index presets [options] [command]
4144
4245Options:
43- -h, --help display help for command
46+ -h, --help display help for command
4447
4548Commands:
46- create [options] <path > Create a new package locally
47- filter [options] <field > <value > Filter the by field and matching value
48- get [options] <input > Get package metadata from registry
49- install [options] <input > Install a package locally by slug/version
50- list [options] List packages
51- reset [options] Reset the synced package cache
52- scan [options] Scan local packages into cache
53- search [options] <query > Search using a lazy matching query
54- sync [options] Sync remote packages into cache
55- uninstall [options] <input > Uninstall a package locally by slug/version
56- help [command] display help for command
49+ create [options] <path > Create a new package locally
50+ filter [options] <field > <value > Filter the by field and matching value
51+ get [options] <input > Get package metadata from registry
52+ install [options] <input > Install a package locally by
53+ slug/version
54+ list [options] List packages
55+ open [options] <input > [options...] Open a package by slug/version
56+ reset [options] Reset the synced package cache
57+ scan [options] Scan local packages into cache
58+ search [options] <query > Search using a lazy matching query
59+ sync [options] Sync remote packages into cache
60+ uninstall [options] <input > Uninstall a package locally by
61+ slug/version
62+ help [command] display help for command
5763`;
5864
5965exports[`Root command projects 1`] = `
6066Usage: index projects [options] [command]
6167
6268Options:
63- -h, --help display help for command
69+ -h, --help display help for command
6470
6571Commands:
66- create [options] <path > Create a new package locally
67- filter [options] <field > <value > Filter the by field and matching value
68- get [options] <input > Get package metadata from registry
69- install [options] <input > Install a package locally by slug/version
70- list [options] List packages
71- reset [options] Reset the synced package cache
72- scan [options] Scan local packages into cache
73- search [options] <query > Search using a lazy matching query
74- sync [options] Sync remote packages into cache
75- uninstall [options] <input > Uninstall a package locally by slug/version
76- help [command] display help for command
72+ create [options] <path > Create a new package locally
73+ filter [options] <field > <value > Filter the by field and matching value
74+ get [options] <input > Get package metadata from registry
75+ install [options] <input > Install a package locally by
76+ slug/version
77+ list [options] List packages
78+ open [options] <input > [options...] Open a package by slug/version
79+ reset [options] Reset the synced package cache
80+ scan [options] Scan local packages into cache
81+ search [options] <query > Search using a lazy matching query
82+ sync [options] Sync remote packages into cache
83+ uninstall [options] <input > Uninstall a package locally by
84+ slug/version
85+ help [command] display help for command
7786`;
0 commit comments