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