application(Args::args()) -> no_return()
Calls edoc:application/3 with the corresponding arguments. The strings in the list are parsed as Erlang constant terms. The list can be either [App], [App, Options] or [App, Dir, Options]. In the first case edoc:application/1 is called instead; in the second case, edoc:application/2 is called.
The function call never returns; instead, the emulator is automatically terminated when the call has completed, signalling success or failure to the operating system.