Skip to content

Commit

Permalink
fix: remove default values from author and description cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 24, 2024
1 parent 57cc550 commit 3e9fd37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers/CliHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ export class CliHelper {
type: String,
alias: "d",
description: "Description of the project",
default: "",
},
{
name: "author",
type: String,
alias: "a",
description: "Author of the project",
default: "",
},
{
name: "git",
Expand Down

0 comments on commit 3e9fd37

Please sign in to comment.