You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Create a new .java file/class with `package com.cunningdj.grokJava` at the top a
13
13
## `gtool` - Home Made Clean, Build & Run Tool
14
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
15
* Run the tool without an argument to see the available commands. Run with commands to perform the desired operations.
16
+
17
+
### Be Aware
16
18
*`gtool build` will automatically `clean` before building.
17
19
*`gtool run` will neither build nor clean automatically. To get all of these in one, use the `gtool br` command (see below)
0 commit comments