mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Start to rework how pod is generated
This commit is contained in:
parent
b54863993d
commit
8c56a7a8e1
3 changed files with 72 additions and 36 deletions
4
bin/cssh
4
bin/cssh
|
@ -16,6 +16,10 @@ $app->add_option(
|
|||
help => "--freddo\n\tSome help output",
|
||||
);
|
||||
|
||||
use Data::Dump qw(dump);
|
||||
warn dump $app;
|
||||
die;
|
||||
|
||||
$app->run();
|
||||
|
||||
__DATA__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue