File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ Configures your account ID and access token.
109109
110110### ` file `
111111
112- $ php magedownload.phar file <name> <destination>
112+ $ php magedownload.phar file <name> [ <destination>]
113113
114114or
115115
116- $ php n98-magerun.phar download:file <name> <destination>
116+ $ php n98-magerun.phar download:file <name> [ <destination>]
117117
118118Downloads the specified file to the given destination.
119119
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ protected function configure()
4343 ->addOption (
4444 'id ' ,
4545 null ,
46- InputOption::VALUE_OPTIONAL ,
46+ InputOption::VALUE_REQUIRED ,
4747 'Magento account ID '
4848 )
4949 ->addOption (
5050 'token ' ,
5151 null ,
52- InputOption::VALUE_OPTIONAL ,
52+ InputOption::VALUE_REQUIRED ,
5353 'Magento access token '
5454 );
5555 }
You can’t perform that action at this time.
0 commit comments