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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,6 @@ Create a new .java file/class with `package com.cunningdj.grokJava` at the top a
22
22
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).
23
23
24
24
**Example**: `gtool br GrokkingFastSlowPointers` will clean and build all .java files and then run the main method for the `GrokkingFastSlowPointers` class.
25
+
26
+
### Verbose
27
+
If for some reason you want a verbose printout of the stages being performed by `gtool`, simply change the [initialized `VERBOSE` value](https://github.com/CunningDJ/grokJava/blob/master/gtool#L9) to `1`. Maybe I'll add a `-v` flag but I don't feel like it right now.
0 commit comments