Code formatting and general cleaning.
* Update descriptions of templates * Fix a couple of references to the FogBugz
This commit is contained in:
parent
a36679e640
commit
6c70c5b8e1
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="FogBugz Client Test Suite">
|
<testsuite name="Markdown Resume Builder Test Suite">
|
||||||
<directory suffix="Test.php">./tests/</directory>
|
<directory suffix="Test.php">./tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
|
@ -3,7 +3,6 @@ namespace Resume\Cli;
|
||||||
|
|
||||||
class TwigFormatters
|
class TwigFormatters
|
||||||
{
|
{
|
||||||
|
|
||||||
public static function strpad($string, $length, $position = "center")
|
public static function strpad($string, $length, $position = "center")
|
||||||
{
|
{
|
||||||
switch ($position) {
|
switch ($position) {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Resume\Command;
|
namespace Resume\Command;
|
||||||
|
|
||||||
use Symfony\Component\Console\Command\Command;
|
use Symfony\Component\Console\Command\Command;
|
||||||
|
@ -12,7 +11,7 @@ class SelfUpdateCommand extends Command
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('selfupdate')
|
->setName('selfupdate')
|
||||||
->setDescription('Updates fb.phar to the latest version.')
|
->setDescription('Updates md2resume.phar to the latest version.')
|
||||||
->setHelp(
|
->setHelp(
|
||||||
<<<EOT
|
<<<EOT
|
||||||
The <info>self-update</info> command checks github for newer
|
The <info>self-update</info> command checks github for newer
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Default template, serif fonts and pale grey
|
Blocky and bold colors
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Modern and clean
|
Modern and clean layout (default)
|
||||||
|
|
Loading…
Reference in New Issue