Page MenuHomePhabricator

D7815.id17683.diff
No OneTemporary

D7815.id17683.diff

Index: src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterFiglet.php
===================================================================
--- src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterFiglet.php
+++ src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterFiglet.php
@@ -13,7 +13,8 @@
pht('Unable to locate the `figlet` binary. Install figlet.'));
}
- $future = id(new ExecFuture('figlet'))
+ $font = idx($argv, 'font', 'standard');
+ $future = id(new ExecFuture('figlet -f %s', $font))
->setTimeout(15)
->write(trim($content, "\n"));

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 1, 11:19 PM (21 h, 24 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7083056
Default Alt Text
D7815.id17683.diff (644 B)

Event Timeline