This commit is contained in:
asoseil 2017-11-13 22:51:05 +01:00
parent bd7671d43b
commit 47077a5d42
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ func (s *Server) projects(c echo.Context) (err error) {
func (s *Server) start(p *cli.Context) (err error) { func (s *Server) start(p *cli.Context) (err error) {
if p.Bool("server") { if p.Bool("server") {
s.parent.Server.Status = p.Bool("server") s.parent.Server.Status = p.Bool("server")
}
if p.Bool("open"){
s.parent.Server.Open = true s.parent.Server.Open = true
} }