mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[ECL] Implement Selfless Safewright (#14227)
* Update gen-card.pl to take all command line args as a space-seperated card name to remove need for quoting or escaping * [ECL] Implement Selfless Safewright
This commit is contained in:
parent
44a9c2722b
commit
ed3305cf59
3 changed files with 120 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ $raritiesConversion{'Special'} = 'SPECIAL';
|
|||
$raritiesConversion{'Bonus'} = 'BONUS';
|
||||
|
||||
# Get card name
|
||||
my $cardName = $ARGV[0];
|
||||
my $cardName = join ' ', @ARGV;
|
||||
if (!$cardName) {
|
||||
print 'Enter a card name: ';
|
||||
$cardName = <STDIN>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue