#!/usr/bin/perl

use CLI::Startup;


my $app = CLI::Startup->new({
    options => {
        'test'  => 'Placeholder',
    },
    default_settings => {
    },
});
$app->init();
