Skip to content

Commit 976a18d

Browse files
committed
Remove unused options
1 parent acd6868 commit 976a18d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ program.action((projectDirectoryPath) => {
2121
scaffoldRadFishApp(projectDirectoryPath);
2222
});
2323

24-
// check options passed in via cli command
25-
const options = program.opts();
26-
2724
async function scaffoldRadFishApp(projectDirectoryPath) {
2825
const targetDirectory = path.resolve(
2926
process.cwd(),

0 commit comments

Comments
 (0)