this is html
15 | 16 | 17 | foo3:bar 18 | 19 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_renderexception4.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Command "foo" is not define 4 | d. 5 | 6 | 7 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | エラーメッセージ 5 | 6 | 7 | foo 8 | 9 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt: -------------------------------------------------------------------------------- 1 | 2 | [33mIn ApplicationTest.php line %d:[39m 3 | [37;41m [39;49m 4 | [37;41m エラーメッセージ [39;49m 5 | [37;41m [39;49m 6 | 7 | [32mfoo[39m 8 | 9 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | コマンドの実行中にエラーが 5 | 発生しました。 6 | 7 | 8 | foo 9 | 10 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | dont break here < 5 | info>! 6 | 7 | 8 | foo 9 | 10 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | line 1 with extra spaces 5 | line 2 6 | 7 | line 4 8 | 9 | 10 | foo 11 | 12 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_run1.txt: -------------------------------------------------------------------------------- 1 | Console Tool 2 | 3 | Usage: 4 | command [options] [arguments] 5 | 6 | Options: 7 | -h, --help Display this help message 8 | -q, --quiet Do not output any message 9 | -V, --version Display this application version 10 | --ansi Force ANSI output 11 | --no-ansi Disable ANSI output 12 | -n, --no-interaction Do not ask any interactive question 13 | -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug 14 | 15 | Available commands: 16 | help Displays help for a command 17 | list Lists commands 18 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/application_run4.txt: -------------------------------------------------------------------------------- 1 | Console Tool 2 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/command_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "descriptor:command1", 3 | "hidden": false, 4 | "usage": [ 5 | "descriptor:command1", 6 | "alias1", 7 | "alias2" 8 | ], 9 | "description": "command 1 description", 10 | "help": "command 1 help", 11 | "definition": { 12 | "arguments": [], 13 | "options": [] 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/command_1.md: -------------------------------------------------------------------------------- 1 | `descriptor:command1` 2 | --------------------- 3 | 4 | command 1 description 5 | 6 | ### Usage 7 | 8 | * `descriptor:command1` 9 | * `alias1` 10 | * `alias2` 11 | 12 | command 1 help 13 | -------------------------------------------------------------------------------- /composer/vendor/symfony/console/Tests/Fixtures/command_1.txt: -------------------------------------------------------------------------------- 1 |