Skip to content

Commit

Permalink
[FrameworkBundle] AssetsInstallCommand. Made 'web' as a default folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dattaya committed Jul 27, 2012
1 parent 21d4973 commit f402a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function configure()
$this
->setName('assets:install')
->setDefinition(array(
new InputArgument('target', InputArgument::REQUIRED, 'The target directory (usually "web")'),
new InputArgument('target', InputArgument::OPTIONAL, 'The target directory', 'web'),
))
->addOption('symlink', null, InputOption::VALUE_NONE, 'Symlinks the assets instead of copying it')
->addOption('relative', null, InputOption::VALUE_NONE, 'Make relative symlinks')
Expand Down

0 comments on commit f402a16

Please sign in to comment.