We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f963304 commit f5e7854Copy full SHA for f5e7854
1 file changed
mpb/extensions/misc.py
@@ -48,7 +48,8 @@ class EnvironmentVariables(
48
@lb.invoke
49
async def invoke(self, ctx: lb.Context):
50
_ = await ctx.respond(
51
- "**Metal HUD**\n\n"
+ "# Environment Variables\n\n"
52
+ + "**Metal HUD**\n\n"
53
+ "__HUD ON__\n"
54
+ "/bin/launchctl setenv MTL_HUD_ENABLED 1\n\n"
55
+ "__HUD OFF__\n"
@@ -73,7 +74,8 @@ class EnvironmentVariablesAlias(
73
74
75
76
77
78
79
80
81
0 commit comments