mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Converted more options
This commit is contained in:
parent
b33f3ffb13
commit
e0b5514341
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@ sub new {
|
|||
|
||||
#my %command_options = (
|
||||
$self->{command_options} = {
|
||||
'config-file|C=s' => {
|
||||
arg_desc => 'filename',
|
||||
help => $self->loc('Use supplied file as additional configuration file (see also L</"FILES">).'),
|
||||
},
|
||||
'cluster-file|c=s' => {
|
||||
arg_desc => 'filename',
|
||||
help => $self->loc('Use supplied file as additional cluster file (see also L</"FILES">).'),
|
||||
},
|
||||
'autoclose|K=i' => {
|
||||
arg_desc => 'seconds',
|
||||
help => $self->loc('Number of seconds to wait before closing finished terminal windows.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue