Skip to content

Commit b714c04

Browse files
Merge pull request #356 from NativeScript/vladimirov/fix-debug-help
Fix help of debug command
2 parents eefbe8f + 69e7c43 commit b714c04

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)