icingaweb2/library/Icinga/Cli
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
..
Documentation CommentParser: Wrap descriptions after the available screen columns 2022-10-25 08:47:38 +02:00
AnsiScreen.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Command.php Use ipl-i18n's `Translation` trait where applicable 2021-05-28 14:03:36 +02:00
Documentation.php Cli: add version command 2019-07-11 08:17:56 +02:00
Loader.php Avoid passing `null` to non-nullable arguments 2022-03-24 12:29:06 +01:00
Params.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Screen.php CLI: write errors to stderr 2020-11-30 15:35:20 +01:00