Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 7c0454c

Browse files
committed
Added test 'help'.
1 parent a43cb53 commit 7c0454c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cli/commands/help

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ cat <<EOF
44
55
${YELLOW}WPLib Box ${GREEN}CLI${RESET} usage:
66
7-
box ${GREEN}database${RESET} [<args>] - Manage databases.
8-
box ${GREEN}container${RESET} [<args>] - Manage Docker containers.
7+
box ${GREEN}database${RESET} [<args>] - Manage databases.
8+
box ${GREEN}container${RESET} [<args>] - Manage Docker containers.
99
10-
box ${GREEN}start${RESET} - Start Docker containers found in project.json's services object.
11-
box ${GREEN}restart${RESET} - Restart Docker containers found in project.json's services object.
12-
box ${GREEN}shutdown${RESET} - Shutdown all Docker containers.
10+
box ${GREEN}start${RESET} - Start Docker containers found in project.json's services object.
11+
box ${GREEN}restart${RESET} - Restart Docker containers found in project.json's services object.
12+
box ${GREEN}shutdown${RESET} - Shutdown all Docker containers.
1313
14-
box ${GREEN}status${RESET} - Output status of WPLib Box's standard containers.
15-
box ${GREEN}version${RESET} - Display the current version of this WPLib Box VM.
16-
box ${GREEN}self-update${RESET} - Update this CLI tool to the latest version for this Box version.
14+
box ${GREEN}status${RESET} - Output status of WPLib Box's standard containers.
15+
box ${GREEN}version${RESET} - Display the current version of this WPLib Box VM.
16+
box ${GREEN}self-update${RESET} - Update this CLI tool to the latest version for this Box version.
1717
18-
box ${GREEN}test${RESET} - Update this CLI tool to the latest version for this Box version.
18+
box ${GREEN}test${RESET} [<args>] - Testing framework.
1919
20-
box [${GREEN}help${RESET}] - Display the above information.
20+
box [${GREEN}help${RESET}] - Display the above information.
2121
EOF

0 commit comments

Comments
 (0)