App-aep
view release on metacpan or search on metacpan
'Read config values from the environment only.',
{
'default' => 0,
},
],
[
'config-file=s',
'Read config from a config file only.',
{
'default' => '$unset',
'callbacks' => {
'exists' => sub { _check_exists( shift ) },
},
},
],
[
'config-args',
'Read config values from arguments only.',
{
'default' => 0,
},
{
'default' => "",
},
],
[ 'command-norestart', 'If the command exits then do not attempt to restart it.', ],
[
'command-restart=i',
'If the command exits how many times to retry it, default 0. Set to -1 for infinite.',
{
'default' => 0,
'callbacks' => {
'is_positive' => sub { _check_positive_number( shift ) },
},
},
],
[
'command-restart-delay=i',
'The time in milliseconds to wait before retrying the command, default 1000',
{
'default' => 1000,
},
( run in 2.326 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )