Commit 83b833a
authored
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
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments