remove watch mode options for copyAssets command

This commit is contained in:
Raghunandan
2020-03-11 15:11:50 +01:00
parent 13b8fe81f2
commit d4f4c6c978
-1
View File
@@ -47,7 +47,6 @@ const main = (argv: string[]) => {
program
.command('plugin:copyAssets')
.option('--watch', 'Enable watch mode')
.description('Copy assets for a plugin')
.action(pluginCopyAssets);