|
|
@ -29,11 +29,6 @@ $| = 1; |
|
|
|
|
|
|
|
|
|
|
|
my $anvil = Anvil::Tools->new(); |
|
|
|
my $anvil = Anvil::Tools->new(); |
|
|
|
|
|
|
|
|
|
|
|
### TODO: Remove this before final release |
|
|
|
|
|
|
|
$anvil->Log->level({set => 2}); |
|
|
|
|
|
|
|
$anvil->Log->secure({set => 1}); |
|
|
|
|
|
|
|
########################################## |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Read switches (target ([user@]host[:port]) and the file with the target's password. |
|
|
|
# Read switches (target ([user@]host[:port]) and the file with the target's password. |
|
|
|
$anvil->Get->switches({list => ["anvil", "boot", "cores", "drive", "eject", "expand-to", "insert", "ram", "server", "y"], man => $THIS_FILE}); |
|
|
|
$anvil->Get->switches({list => ["anvil", "boot", "cores", "drive", "eject", "expand-to", "insert", "ram", "server", "y"], man => $THIS_FILE}); |
|
|
|
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => $anvil->data->{switches}}); |
|
|
|
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => $anvil->data->{switches}}); |
|
|
|