summaryrefslogtreecommitdiff
path: root/bin/elixir.bat
Commit message (Expand)AuthorAgeFilesLines
* Move path loading and IEx booting to Elixir (#12375)José Valim2023-02-021-16/+6
* Make pry opt-in on dbg with --dbg pryJosé Valim2023-01-131-1/+1
* Add tilde to %1 to remove the extra quotations (#12335)Kiru2023-01-121-14/+14
* Update CHANGELOG and docsJosé Valim2022-09-191-0/+2
* Start v1.15.0-devJosé Valim2022-07-271-1/+1
* Return exit code in elixir.bat (#12005)Wojtek Mach2022-07-221-0/+1
* Add basic IEx dbg callback (#11984)Andrea Leopardi2022-07-171-0/+1
* Teach elixir.bat ELIXIR_CLI_DRY_RUN (#11916)Sam Aaron2022-06-111-3/+11
* Make sure --version flag halts elixir and iex, closes #11453José Valim2021-12-071-1/+1
* Start v1.14.0-devJosé Valim2021-11-011-1/+1
* Add `--short-version` to Elixir CLI (#11165)Dino Kovač2021-08-041-8/+19
* Provide a mechanism to set a default ERTS_BIN (#11086)José Valim2021-06-241-0/+1
* Set evaluation to empty space to fix string replace on batch, closes #10495 (...José Valim2020-12-211-0/+3
* Add coloring support for Windows (#10031)José Valim2020-05-141-0/+4
* Quote executable path on Windows, closes #9242 (#9243)José Valim2019-07-261-2/+2
* Add eval and version commands to releases (#8758)José Valim2019-02-021-20/+20
* Add missing parens to elixir.batJosé Valim2019-01-291-1/+1
* More fixes on Windows with werlJosé Valim2019-01-291-7/+4
* Add RELEASE_NODE, RELEASE_COOKIE and fixesJosé Valim2019-01-291-6/+7
* Revamp Elixir CLI (#8595)José Valim2019-01-081-66/+118
* Suggest quotes where appropriate (#8561)José Valim2019-01-021-6/+6
* Rephrase useWerl option in elixir.bat (#8559)Eksperimental2018-12-221-1/+1
* Revise use of "flag" terminology (#8347)Eksperimental2018-11-161-1/+1
* Support path with spaces as argument to elixir.bat (#6596)robi-wan2017-09-241-1/+1
* Document --help option in elixir command and include long version of --versio...Eksperimental2017-04-101-1/+2
* Disable ansi detection for powershell to avoid false positivesJosé Valim2017-01-051-21/+0
* Make batch style more consistent (#4944)John Fearnside2016-07-051-33/+33
* detect terminal, detect ANSI support (#4942)John Fearnside2016-07-051-13/+35
* Use proper case for proper nouns and acronymseksperimental2016-06-061-3/+3
* Windows: batch file improvements (#4642)robi-wan2016-05-181-4/+5
* Update docs and CHANGELOGJosé Valim2016-03-171-16/+19
* Add --logger-otp and --logger-sasl to the command-line argsAndrea Leopardi2016-03-171-6/+8
* Add in PATH note to remaining filesJosé Valim2016-02-181-1/+1
* Documentation fixesJoe Yates2015-12-031-1/+1
* Adding code to the Windows batch files to make it easier to diagnose issues o...Onorio Catenacci2015-12-011-1/+1
* Update elixir.battitib2015-08-271-4/+4
* Do not set not shell as we know have a custom promptJosé Valim2014-10-151-2/+2
* Suppress "-s elixir start_cli" for IExChris Hyndman2014-08-081-2/+9
* Add new --werl optionChris Hyndman2014-07-281-1/+2
* Use start to spawn werl without lingering cmd windowChris Hyndman2014-07-281-1/+1
* Use setlocal/endlocal to prevent polluting user's environmentChris Hyndman2014-07-281-1/+4
* Umanbiguous check for parametersChris Hyndman2014-07-011-13/+13
* Process Erlang commands lastChris Hyndman2014-07-011-7/+7
* Remove --gen-debug optionJosé Valim2014-06-261-2/+0
* Do not set -noshell if we are going to override it afterwardsJosé Valim2014-06-221-1/+1
* Disambiguate (w)erl to (w)erl.exechyndman2014-06-121-2/+2
* elixir.bat fixed to prevent eating quoteschyndman2014-05-221-2/+1
* elixir.bat only triggers help at first argumentchyndman2014-05-221-11/+4
* elixir.bat defers to mix for handling help optionschyndman2014-05-221-0/+4
* Mention ERL_COMPILER_OPTIONS and rename ELIXIR_ERL_OPTS to ELIXIR_ERL_OPTIONSJosé Valim2014-05-121-3/+3