Skip to content

Commit

Permalink
fix: FTL init dir (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 17, 2024
1 parent 1c3838d commit 2e686b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli/cmd_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
type initCmd struct {
Name string `arg:"" help:"Name of the project."`
Hermit bool `help:"Include Hermit language-specific toolchain binaries." negatable:""`
Dir string `arg:"" help:"Directory to initialize the project in." default:"${gitroot}" required:""`
Dir string `arg:"" help:"Directory to initialize the project in." default:"." required:""`
ModuleDirs []string `help:"Child directories of existing modules."`
ModuleRoots []string `help:"Root directories of existing modules."`
NoGit bool `help:"Don't add files to the git repository."`
Expand Down

0 comments on commit 2e686b6

Please sign in to comment.