Skip to content

Commit be6e54d

Browse files
committed
Fix mix_exs option in Mix.Tasks.Run
1 parent 6fd203b commit be6e54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/run.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule Mix.Tasks.Run do
4848
def run(args) do
4949
{opts, head} = OptionParser.parse_head!(args,
5050
aliases: [r: :require, p: :parallel, e: :eval, c: :config],
51-
strict: [parallel: :boolean, require: :keep, eval: :keep, config: :keep, mixexs: :boolean,
51+
strict: [parallel: :boolean, require: :keep, eval: :keep, config: :keep, mix_exs: :boolean,
5252
halt: :boolean, compile: :boolean, deps_check: :boolean, start: :boolean,
5353
archives_check: :boolean, elixir_version_check: :boolean, parallel_require: :keep])
5454

0 commit comments

Comments
 (0)