We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd6868 commit 976a18dCopy full SHA for 976a18d
index.js
@@ -21,9 +21,6 @@ program.action((projectDirectoryPath) => {
21
scaffoldRadFishApp(projectDirectoryPath);
22
});
23
24
-// check options passed in via cli command
25
-const options = program.opts();
26
-
27
async function scaffoldRadFishApp(projectDirectoryPath) {
28
const targetDirectory = path.resolve(
29
process.cwd(),
0 commit comments