Skip to content

Commit

Permalink
fix:注释无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Mar 29, 2023
1 parent 277cf58 commit 43466c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export async function run(): Promise<void> {
console.log(`\n create-antdp v${version}\n`);
return;
}
// argvs.appName = argvs._[0];
// argvs.example = argvs.e = String(argvs.example).toLocaleLowerCase();
// await create(argvs, helpExample);
argvs.appName = argvs._[0];
argvs.example = argvs.e = String(argvs.example).toLocaleLowerCase();
try {
Expand Down

0 comments on commit 43466c5

Please sign in to comment.