@@ -15,24 +15,23 @@ describe("r2", () => {
1515 await runWrangler ( "r2" ) ;
1616 await endEventLoop ( ) ;
1717 expect ( std . out ) . toMatchInlineSnapshot ( `
18- "wrangler r2
18+ "wrangler r2
1919
20- 📦 Manage R2 buckets & objects
20+ 📦 Manage R2 buckets & objects
2121
22- COMMANDS
23- wrangler r2 object Manage R2 objects
24- wrangler r2 bucket Manage R2 buckets
25- wrangler r2 sql Send queries and manage R2 SQL [open-beta]
26- wrangler r2 bulk Interact with multiple R2 objects at once
22+ COMMANDS
23+ wrangler r2 object Manage R2 objects
24+ wrangler r2 bucket Manage R2 buckets
25+ wrangler r2 sql Send queries and manage R2 SQL [open-beta]
2726
28- GLOBAL FLAGS
29- -c, --config Path to Wrangler configuration file [string]
30- --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
31- -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
32- --env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array]
33- -h, --help Show help [boolean]
34- -v, --version Show version number [boolean]"
35- ` ) ;
27+ GLOBAL FLAGS
28+ -c, --config Path to Wrangler configuration file [string]
29+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
30+ -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
31+ --env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array]
32+ -h, --help Show help [boolean]
33+ -v, --version Show version number [boolean]"
34+ ` ) ;
3635 } ) ;
3736
3837 it ( "should show help when an invalid argument is passed" , async ( ) => {
@@ -46,25 +45,24 @@ describe("r2", () => {
4645 "
4746 ` ) ;
4847 expect ( std . out ) . toMatchInlineSnapshot ( `
49- "
50- wrangler r2
48+ "
49+ wrangler r2
5150
52- 📦 Manage R2 buckets & objects
51+ 📦 Manage R2 buckets & objects
5352
54- COMMANDS
55- wrangler r2 object Manage R2 objects
56- wrangler r2 bucket Manage R2 buckets
57- wrangler r2 sql Send queries and manage R2 SQL [open-beta]
58- wrangler r2 bulk Interact with multiple R2 objects at once
53+ COMMANDS
54+ wrangler r2 object Manage R2 objects
55+ wrangler r2 bucket Manage R2 buckets
56+ wrangler r2 sql Send queries and manage R2 SQL [open-beta]
5957
60- GLOBAL FLAGS
61- -c, --config Path to Wrangler configuration file [string]
62- --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
63- -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
64- --env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array]
65- -h, --help Show help [boolean]
66- -v, --version Show version number [boolean]"
67- ` ) ;
58+ GLOBAL FLAGS
59+ -c, --config Path to Wrangler configuration file [string]
60+ --cwd Run as if Wrangler was started in the specified directory instead of the current working directory [string]
61+ -e, --env Environment to use for operations, and for selecting .env and .dev.vars files [string]
62+ --env-file Path to an .env file to load - can be specified multiple times - values from earlier files are overridden by values in later files [array]
63+ -h, --help Show help [boolean]
64+ -v, --version Show version number [boolean]"
65+ ` ) ;
6866 } ) ;
6967 } ) ;
7068} ) ;
0 commit comments