🚸 edit newly created project

This commit is contained in:
James Walker 2021-09-04 23:03:33 -04:00
parent 0a606c0273
commit 0be8ad3e32
Signed by: walkah
GPG Key ID: 3C127179D6086E93

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 {