|
@@ -72,7 +72,7 @@ class PluginAssetsSymlinkCommand extends Command
|
|
|
'Symlink (copy as fallback) plugin assets to app\'s webroot.',
|
|
'Symlink (copy as fallback) plugin assets to app\'s webroot.',
|
|
|
])->addArgument('name', [
|
|
])->addArgument('name', [
|
|
|
'help' => 'A specific plugin you want to symlink assets for.',
|
|
'help' => 'A specific plugin you want to symlink assets for.',
|
|
|
- 'optional' => true,
|
|
|
|
|
|
|
+ 'required' => false,
|
|
|
])->addOption('overwrite', [
|
|
])->addOption('overwrite', [
|
|
|
'help' => 'Overwrite existing symlink / folder / files.',
|
|
'help' => 'Overwrite existing symlink / folder / files.',
|
|
|
'default' => false,
|
|
'default' => false,
|