Wrong spelling on the git option.

master
Zed A. Shaw 1 year ago
parent d3d695bb33
commit 52a9ba3cee
  1. 2
      commands/create.js

@ -8,7 +8,7 @@ export const description = "Test command.";
export const options = [
["--repo", "repository to dupe and setup", BANDO_GIT],
["--templates", "templates directory to use for setups", "commands/templates"]
["--template", "templates directory to use for setups", "commands/templates"]
];
export const argument = ["<target>", "name of the project"];

Loading…
Cancel
Save