We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accf4b4 commit dd5247dCopy full SHA for dd5247d
bin/hop
@@ -111,7 +111,7 @@ function display_help {
111
echo
112
tag "$BG_Y$BOLD" "Docker Commands"
113
describe_command "up" "Start the containers"
114
- describe_command "up" "-d" "Start the contains in the background"
+ describe_command "up" "-d" "\$@" "Start the contains in the background"
115
describe_command "stop" "Stop the containers"
116
describe_command "down" "Stop and remove the containers"
117
describe_command "restart" "Restart the containers"
@@ -402,7 +402,7 @@ case $1 in
402
;;
403
"up")
404
shift 1
405
- run_dss_command up -d
+ run_dss_command up -d "$@"
406
run_command up "$@"
407
408
"yarn")
0 commit comments