Closed silbermm closed 2 years ago
Allows for users to pass in erlang modules such as :ets or :ets.new/2
:ets
:ets.new/2
mix escript.build
./exdoc :ets
(Add any additional information that would be useful to the reviews)
Summary
Allows for users to pass in erlang modules such as
:ets
or:ets.new/2
Checklist
How to test?
mix escript.build
)./exdoc :ets
(or any other standard erlang module)Other Notes
(Add any additional information that would be useful to the reviews)