Skip to content

Commit 69e7c43

Browse files
Fix help of debug command
Add help for debug command. It is useful to have it, even if there's no "debug" command (it is 'debug android' or 'debug ios' now). Update sha of common lib to latest (pointing the merge commit of iOSDebugging PR.
1 parent eefbe8f commit 69e7c43

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

lib/common

resources/help.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,22 @@ Options:
422422
You cannot use --device and --emulator simultaneously.
423423
--release - If set, produces a release build. Otherwise, produces a debug build.
424424
--[/]--
425-
425+
426+
--[debug]--
427+
428+
Usage:
429+
$ tns debug <Command>
430+
431+
You must run the debug command with a related command.
432+
433+
Debugs your project on a connected device or in a native emulator.
434+
435+
<Command> is a related command that extends the debug command. You can run the following related commands:
436+
android - Debugs your project on a connected Android device, native Android emulator or Genymotion emulator.
437+
ios - Debugs your project on a connected iOS device or in a native iOS emulator.
438+
439+
--[/]--
440+
426441
--[debug|android]--
427442

428443
Usage:

0 commit comments

Comments
 (0)