icingaweb2/library/Icinga/Cli/Documentation
Yonas Habteab 8cb0976c5b CommentParser: Wrap descriptions after the available screen columns
Well, what should I say, the PHP code sniffer allows us up to 120 characters
line length and when you code/format based on these rules, e.g the description
of a cli command, it will mess everything up when you run `icingacli module --help`.
So, we can just wrap the output after the available screen columns.
2022-10-25 08:47:38 +02:00
..
CommentParser.php CommentParser: Wrap descriptions after the available screen columns 2022-10-25 08:47:38 +02:00