Skip to content

Commit

Permalink
Merge pull request #502 from dorian3343/main
Browse files Browse the repository at this point in the history
Changed cli feature 'new's usage to match actual usage
  • Loading branch information
emil14 authored Mar 8, 2024
2 parents ef46bd0 + d89a435 commit c46d95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewApp( //nolint:funlen
},
{
Name: "new",
Usage: "Get current Nevalang version",
Usage: "Create new nevalang project",
Args: true,
Action: func(cCtx *cli.Context) error {
if path := cCtx.Args().First(); path != "" {
Expand Down

0 comments on commit c46d95c

Please sign in to comment.