Skip to content

Commit 83b833a

Browse files
Fix usage in cmd when adding bin dir to PATH (#2427)
During CLI development it is common practice to add path to `<cli repo>/bin` in your `PATH` environment variable. This way you can execute `tns ...` commands. However due to mistake, the `tns.cmd` file had been deleted. Get it back, so you can call `tns` in `cmd` in this case.
1 parent c520689 commit 83b833a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/tns.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@node %~dp0\tns %*

lib/common

0 commit comments

Comments
 (0)