From 999b17accc175ef58b59b0867f463c1ddaa207c7 Mon Sep 17 00:00:00 2001 From: nigoshh <32242577+nigoshh@users.noreply.github.com> Date: Sun, 20 May 2018 19:03:19 +0300 Subject: [PATCH] alias for Windows Command Prompt (cmd.exe) it didn't work with the quotation marks, like this it works (haven't been able to test the one for PowerShell, but maybe it could be the same for that one) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d861b5..9879cf01 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If for some reason nothing was added to your .bashrc or your shell of choice is If you are using Windows and you downloaded the .jar file, you must use tmc-cli directly with Java like so: `java -jar [path_to_tmc-cli.jar]`. In the following examples, replace `tmc` with this command. (note: you must have set Java on your system `%PATH%`. For more information, see [this Java help page](https://www.java.com/en/download/help/path.xml).) -Tip: On Windows, use `doskey tmc="java -jar [path_to_tmc-cli.jar] $*"` in cmd.exe or `doskey /exename=powershell.exe tmc="java -jar [path_to_tmc-cli.jar] $*"` in PowerShell to create a convenient alias. +Tip: On Windows, use `doskey tmc=java -jar [path_to_tmc-cli.jar] $*` in cmd.exe or `doskey /exename=powershell.exe tmc="java -jar [path_to_tmc-cli.jar] $*"` in PowerShell to create a convenient alias. Now that you've installed tmc-cli, you can view all available commands by running tmc without arguments or with `tmc --help`. You can also view all available options for commands by running them with the `--help` switch, for example `tmc courses --help`.