remove useless option from changeIobStatus
This commit is contained in:
parent
6d4d1af28f
commit
279d0c3d30
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ sub validate_args {
|
|||
sub run {
|
||||
my ($self, $opt, $args) = @_;
|
||||
|
||||
my ($configFile, $help, $quiet, $whatsHappening, $newStatus, $currentStatus, $userMessage, $userMessageFile) =
|
||||
@{$opt}{qw(configfile help quiet whatshappening newstatus currentstatus usermessage usermessagefile)};
|
||||
my ($configFile, $quiet, $whatsHappening, $newStatus, $currentStatus, $userMessage, $userMessageFile) =
|
||||
@{$opt}{qw(configfile quiet whatshappening newstatus currentstatus usermessage usermessagefile)};
|
||||
$whatsHappening ||= "Automatically signed out.";
|
||||
$newStatus ||= "Out";
|
||||
$currentStatus ||= "In";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue