Skip to content

Commit 865bc15

Browse files
committed
Updated docs.
1 parent bd1f06d commit 865bc15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Create a new .java file/class with `package com.cunningdj.grokJava` at the top a
1111

1212

1313
## `gtool` - Home Made Clean, Build & Run Tool
14-
* The command line tool `gtool` can handle all `clean`, `build`, and `run` operations, using these as the respective command argument.
15-
* Run the tool without an argument to see the available commands. Run with commands to perform the desired operations,
14+
* The command line tool `gtool` can handle all `clean`, `build`, and `run` operations, using these as the respective command argument (e.g. `gtool clean`).
15+
* Run the tool without an argument to see the available commands. Run with commands to perform the desired operations.
16+
* `gtool build` will automatically `clean` before building.
17+
* `gtool run` will neither build nor clean automatically. To get all of these in one, use the `gtool br` command (see below)
1618

1719
### `gtool br` - Easy `clean`, `build` & `run` All-In-One
1820
The `br` command argument will clean, build, and run the given class all in one (you don't need to include the package name for the class).

0 commit comments

Comments
 (0)