Skip to content

Commit

Permalink
refactor: change cli app name for command line help
Browse files Browse the repository at this point in the history
  • Loading branch information
async3619 committed Oct 5, 2022
1 parent 89aef23 commit 5900657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function drawLine(length: number, char = "=") {

export async function parseCommandLine(argv: string[]) {
const program = await new Command()
.name(name)
.name("solv")
.description(description)
.version(version)
.argument("<url>", "Specify a website url to solve")
Expand Down

0 comments on commit 5900657

Please sign in to comment.