php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 106 forks source link

Inserts any text before the menu serving as a header. For example, yo… #276

Closed pavex closed 1 year ago

pavex commented 1 year ago

Inserts any text before the menu serving as a header. For example, you can display the application status, name, version, etc.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 25.00% and project coverage change: -0.28% :warning:

Comparison is base (835c28e) 93.46% compared to head (2fb8b92) 93.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #276 +/- ## ============================================ - Coverage 93.46% 93.19% -0.28% - Complexity 656 659 +3 ============================================ Files 38 38 Lines 2021 2028 +7 ============================================ + Hits 1889 1890 +1 - Misses 132 138 +6 ``` | [Files Changed](https://app.codecov.io/gh/php-school/cli-menu/pull/276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school) | Coverage Δ | | |---|---|---| | [src/Builder/CliMenuBuilder.php](https://app.codecov.io/gh/php-school/cli-menu/pull/276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school#diff-c3JjL0J1aWxkZXIvQ2xpTWVudUJ1aWxkZXIucGhw) | `75.19% <0.00%> (-0.89%)` | :arrow_down: | | [src/CliMenu.php](https://app.codecov.io/gh/php-school/cli-menu/pull/276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school#diff-c3JjL0NsaU1lbnUucGhw) | `93.57% <40.00%> (-0.85%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AydinHassan commented 1 year ago

@pavex could you fix the code style please and maybe show a screenshot how it looks? thanks!