We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c625d75 commit fdc1e96Copy full SHA for fdc1e96
1 file changed
xmake.lua
@@ -25,17 +25,17 @@ end)
25
26
option("rex_ini", function()
27
set_default(false)
28
- set_description("enable ini config support for REX")
+ set_description("enable REX::INI settings support")
29
end)
30
31
option("rex_json", function()
32
33
- set_description("enable json config support for REX")
+ set_description("enable REX::JSON settings support")
34
35
36
option("rex_toml", function()
37
38
- set_description("enable toml config support for REX")
+ set_description("enable REX::TOML settings support")
39
40
41
-- require packages
0 commit comments