fn fmt()

in src/app.rs [156:165]


    fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
        write!(f, "{}", match self {
            Messages::NoEffectiveTable => "
To execute the command you must specify target table in one of following ways:
    * [RECOMMENDED] $ dy use <your_table> ... save target table to use.
    * Or, optionally you can pass --region and --table options to specify target for your commands. Refer --help for more information.
To find all tables in all regions, try:
    * $ dy ls --all-regions",
        })
    }