Skip to content

Commit

Permalink
fix missing process list and no-deps in up cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Jul 20, 2023
1 parent d510325 commit 1809c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ will start them and their dependencies only`,
if !cmd.Flags().Changed("tui") {
isTui = getTuiDefault()
}
runner := getProjectRunner([]string{}, false)
runner := getProjectRunner(args, noDeps)
api.StartHttpServer(!isTui, port, runner)
runProject(runner)
},
Expand Down

0 comments on commit 1809c0d

Please sign in to comment.