From b2fa1e2b515e00a3b8c473bb640ad68b67a9a887 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Sat, 1 Nov 2014 13:38:00 -0700 Subject: [PATCH] Document -args --- tools/CommandLineTools.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index 77acc9110..01d1c09e4 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -725,6 +725,7 @@ class CommandLineTools { LogHelper.println (" \x1b[1m-clean\x1b[0m -- Add a \"clean\" action before running the current command"); LogHelper.println (" \x1b[1m-nocolor\x1b[0m -- Disable ANSI format codes in output"); LogHelper.println (" \x1b[1m-xml\x1b[0m -- Generate XML type information, useful for documentation"); + LogHelper.println (" \x1b[1m-args\x1b[0m ... -- Add additional arguments when using \"run\" or \"test\""); LogHelper.println (" \x1b[3m(windows|mac|linux)\x1b[0m \x1b[1m-neko\x1b[0m -- Build with Neko instead of C++"); LogHelper.println (" \x1b[3m(mac|linux)\x1b[0m \x1b[1m-32\x1b[0m -- Compile for 32-bit instead of the OS default"); LogHelper.println (" \x1b[3m(mac|linux)\x1b[0m \x1b[1m-64\x1b[0m -- Compile for 64-bit instead of the OS default");