🚸 edit newly created project
This commit is contained in:
@ -146,7 +146,9 @@ func NewProject(name string) error {
|
||||
Commands: []string{""},
|
||||
}
|
||||
|
||||
return project.Save()
|
||||
project.Save()
|
||||
|
||||
return EditProject(name)
|
||||
}
|
||||
|
||||
func EditProject(name string) error {
|
||||
|
Reference in New Issue
Block a user