Skip to content

Commit

Permalink
chore: 修改命令
Browse files Browse the repository at this point in the history
  • Loading branch information
xwchris committed Dec 4, 2024
1 parent e6fd75b commit 969e456
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ const preview: IPlugin = ctx => {
{
options: [
{ name: 'help', description: '输出帮助信息', alias: 'h' },
{ name: 'preview-page', description: '店铺装修预览页面', alias: 'pp' }
{ name: 'preview-page', description: '店铺装修预览页面', alias: 'pp' },
{
name: 'target',
description: '预览端(当为微应用时,需指定是在pc上预览还是移动端预览,默认为light)',
alias: 't',
},
],
usage: 'mona-service preview',
},
Expand Down

0 comments on commit 969e456

Please sign in to comment.