Skip to content

Commit 863db8f

Browse files
committed
Options reorganization
1 parent 0272971 commit 863db8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/mix/tasks/gradient.ex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,15 @@ defmodule Mix.Tasks.Gradient do
4242
no_ex_check: :boolean,
4343
no_gradualizer_check: :boolean,
4444
no_specify: :boolean,
45-
code_path: :string,
4645
# checker options
46+
code_path: :string,
4747
no_deps: :boolean,
4848
stop_on_first_error: :boolean,
4949
infer: :boolean,
50-
# formatter options
5150
verbose: :boolean,
51+
# formatter options
5252
no_fancy: :boolean,
5353
fmt_location: :string,
54-
quiet: :boolean,
5554
# colors options
5655
no_colors: :boolean,
5756
expr_color: :string,

0 commit comments

Comments
 (0)