We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0272971 commit 863db8fCopy full SHA for 863db8f
lib/mix/tasks/gradient.ex
@@ -42,16 +42,15 @@ defmodule Mix.Tasks.Gradient do
42
no_ex_check: :boolean,
43
no_gradualizer_check: :boolean,
44
no_specify: :boolean,
45
- code_path: :string,
46
# checker options
+ code_path: :string,
47
no_deps: :boolean,
48
stop_on_first_error: :boolean,
49
infer: :boolean,
50
- # formatter options
51
verbose: :boolean,
+ # formatter options
52
no_fancy: :boolean,
53
fmt_location: :string,
54
- quiet: :boolean,
55
# colors options
56
no_colors: :boolean,
57
expr_color: :string,
0 commit comments