VintageNetWizardLauncher (vintage_net_wizard_launcher v0.1.0)

Used to launch the wizard if present

Link to this section Summary

Functions

Call VintageNetWizard.run_wizard/1 to start the wizard, if available

Call VintageNetWizard.run_if_unconfigured/1, if available

Link to this section Functions

Link to this function

start(opts \\ [])

@spec start(Keyword.t()) :: :ok | {:error, String.t()}

Call VintageNetWizard.run_wizard/1 to start the wizard, if available

Link to this function

start_if_unconfigured(opts \\ [])

@spec start_if_unconfigured(Keyword.t()) :: :ok | {:error, String.t()}

Call VintageNetWizard.run_if_unconfigured/1, if available