🚸 edit newly created project

This commit is contained in:
2021-09-04 23:03:33 -04:00
parent 0a606c0273
commit 0be8ad3e32

View File

@ -146,7 +146,9 @@ func NewProject(name string) error {
Commands: []string{""}, Commands: []string{""},
} }
return project.Save() project.Save()
return EditProject(name)
} }
func EditProject(name string) error { func EditProject(name string) error {