module VizborCLI::AppState

Extended Modules

Defined in:

vcli/app_state.cr

Constant Summary

ALPHANUMERIC_CHARS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

Instance Method Summary

Instance Method Detail

def add(app_name : String, db_app_name : String) : Nil #

Collect a file with settings and add it to the project.


[View source]