diff options
| author | ruki <[email protected]> | 2025-04-15 23:29:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-15 23:29:54 +0800 |
| commit | 52950c684c10690a9db791e4919760316cce26e6 (patch) | |
| tree | b099e96f7a7e49e53f4f9f8e4d020461878b2c1d | |
| parent | 36732681ba0a2f2911bf18c7c22729e23521ce05 (diff) | |
strip logo spaces
| -rw-r--r-- | xmake/core/base/option.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index 62551dda3..240e35bc4 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -478,7 +478,7 @@ function option.show_logo(logo, opt) /_/\_\_|_| |_|\__ \|_|\_\____| by ruki, xmake.io - ]] +]] -- make rainbow for logo opt = opt or {} @@ -505,7 +505,7 @@ function option.show_logo(logo, opt) local footer = [[ ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/getting_started${clear} ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/#/sponsor${clear} - ]] +]] -- show footer io.print(colors.translate(footer)) |
