diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-18 14:42:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-18 14:42:36 +0200 |
commit | 58c69a3ae04adc5be632123af3e6476b704f73fb (patch) | |
tree | 6bf71d7275702bb32e04e26a80da49127f87123a /src/Test.java | |
parent | use colour if not pipe or use settings, on help in python version (diff) | |
download | argparser-58c69a3ae04adc5be632123af3e6476b704f73fb.tar.gz argparser-58c69a3ae04adc5be632123af3e6476b704f73fb.tar.bz2 argparser-58c69a3ae04adc5be632123af3e6476b704f73fb.tar.xz |
implement colour settings in java version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/Test.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Test.java b/src/Test.java index bab6092..27473ab 100644 --- a/src/Test.java +++ b/src/Test.java @@ -39,7 +39,7 @@ public class Test "GNU Affero General Public License for more details.\n" + "\n" + "You should have received a copy of the GNU Affero General Public License\n" + - "along with this library. If not, see <http://www.gnu.org/licenses/>.", null, true); + "along with this library. If not, see <http://www.gnu.org/licenses/>.", null, false); parser.add(new ArgParser.Argumentless(0, "-h", "-?", "--help"), "Prints this help message\n(and exits)"); parser.add(new ArgParser.Argumentless(0, "--hello"), "Prints the text: hello world"); |