File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,18 @@ defmodule ObserverCli.MixProject do
99 description: "observer in shell" ,
1010 deps: [
1111 { :recon , "~> 2.5.6" }
12- ] ,
12+ ]
13+ ]
14+ end
15+
16+ def application do
17+ [
1318 env: [
19+ # {:formatter, #{
20+ # :application => atom(), - Formatter application. observer_cli loads all it's modules to remote node.
21+ # :mod => module() - observer_cli_formatter implementation.
22+ # }}
23+ formatter: % { application: :observer_cli , mod: :observer_cli_formatter_default } ,
1424 # scheduler_usage: :enable, # default value is 'disable', uncomment to enable by default
1525 plugins: [
1626 # module - Specific module implements plugin behavior. It's mandatory.
@@ -24,5 +34,5 @@ defmodule ObserverCli.MixProject do
2434 ]
2535 ]
2636 ]
27- end
37+ end
2838end
You can’t perform that action at this time.
0 commit comments