View Source Tux.Init behaviour (Tux v0.4.0)

Dispatcher subsystem used internally for initialization of command environment and collection of preload results prior to command execution.

Summary

Callbacks

Initialize a new command environment from preloads and command line arguments.

Functions

This is used internally by the Tux.Dispatcher to inject the init routines.

Callbacks

@callback init(map(), [String.t()]) :: Tux.Env.t()

Initialize a new command environment from preloads and command line arguments.

Functions

Link to this macro

__using__(opts \\ [])

View Source (macro)

This is used internally by the Tux.Dispatcher to inject the init routines.