Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Nov 15, 2023
1 parent 6b75bb9 commit cd9e1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command-line/commands/Default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Opts = { help?: boolean; version?: boolean }
export class Default extends Command<Args, Opts> {
name = "default"

description = "Start a REPL or Run a file"
description = "Start a REPL or run a file"

args = { path: ty.optional(ty.string()) }
opts = {
Expand Down

0 comments on commit cd9e1fb

Please sign in to comment.