[][src]Module tweetr::ops::init

This module contains the functions used only by the init subsystem.

The flow of the init subsystem is as follows:

Options::parse()
|> ops::init::verify()
|> ops::init::get_data()
|> ops::AppTokens::write()

Functions

get_data

Prompt the user for application data.

verify

Verify if, given the current configuration, it's permitted to continue with the subsequent steps of the init subsystem.