Commit 5dd9c59e authored by nanahira's avatar nanahira

fixhelp

parent 21702ef6
...@@ -97,13 +97,21 @@ export default class TabulatePlugin implements OnApply { ...@@ -97,13 +97,21 @@ export default class TabulatePlugin implements OnApply {
teama: string, teama: string,
@PutOption('teamb', '--teamb <teamb:string> B 队队名', { fallback: 'B' }) @PutOption('teamb', '--teamb <teamb:string> B 队队名', { fallback: 'B' })
teamb: string, teamb: string,
@PutOption('playera', '--playera <playera:string> A 队队名,逗号分隔', { @PutOption(
fallback: 'a1,a2,a3', 'playera',
}) '--playera <playera:string> A 队队员名称,逗号分隔',
{
fallback: 'a1,a2,a3',
},
)
playera: string, playera: string,
@PutOption('playerb', '--playerb <playera:string> B 队队名,逗号分隔', { @PutOption(
fallback: 'b1,b2,b3', 'playerb',
}) '--playerb <playera:string> B 队队员名称,逗号分隔',
{
fallback: 'b1,b2,b3',
},
)
playerb: string, playerb: string,
) { ) {
const exactLocation = const exactLocation =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment