Skip to content

Commit 2720827

Browse files
committed
Updated docs.
1 parent 749b487 commit 2720827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ Create a new .java file/class with `package com.cunningdj.grokJava` at the top a
2222
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).
2323

2424
**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

Comments
 (0)