1App::ClusterSSH::GetoptU(s3e)r Contributed Perl DocumentaAtpipo:n:ClusterSSH::Getopt(3)
2
3
4
7 Object representing application configuration
8
10 $obj=ClusterSSH::Getopts->new ({ })
11 Create a new object.
12
13 $obj=ClusterSSH::Getopts->add_option ({ })
14 Add extra options into the allowed set for parsing from the command
15 line
16
17 $obj=ClusterSSH::Getopts->add_common_options ({ })
18 Add common options used by most calling scripts into the allowed
19 set for parsing from the command line
20
21 $obj=ClusterSSH::Getopts->add_common_session_options ({ })
22 Add common session options used by most calling scripts into the
23 allowed set for parsing from the command line
24
25 $obj=ClusterSSH::Getopts->add_common_ssh_options ({ })
26 Add common ssh options used by most calling scripts into the
27 allowed set for parsing from the command line
28
29 $obj->getopts
30 Function to call after all options have been set up; creates
31 methods to call for each option on the object, such as
32 $obj->action, or $obj->username
33
34 output(@)
35 Simple helper func to print out pod lines with double returns
36
37 help
38 usage
39 Functions to output help and usage instructions
40
41
42
43perl v5.30.1 2020-01-28 App::ClusterSSH::Getopt(3)