Remove excessive help text from CLI help output for clarity
This commit is contained in:
parent
8ffa6d5aae
commit
8ef38cd8eb
@ -3,16 +3,6 @@ from .cli import CLI
|
|||||||
def help_text():
|
def help_text():
|
||||||
return [
|
return [
|
||||||
"%bold%%cyan%nut CLI: tiny shell, big squirrel energy :3%reset%",
|
"%bold%%cyan%nut CLI: tiny shell, big squirrel energy :3%reset%",
|
||||||
"",
|
|
||||||
"%magenta%%bold%Tip:%reset% %cyan%Listen up, aye?%reset% This isnae a magical artefact that bends to yer whims. If it breaks, chances are %red%ye broke it.%reset%",
|
|
||||||
"%yellow%%bold%Read:%reset% The words on the screen are no decorative. They are instructions. %bold%Follow them.%reset% It’s not abstract art.",
|
|
||||||
"%blue%%bold%Fun Fact:%reset% The machine is doing exactly what ye told it to. The tragedy is %bold%what ye told it.%reset%",
|
|
||||||
"%red%%bold%Tip:%reset% If ye hammer commands like a drunken engineer, don’t act surprised when it explodes like one.",
|
|
||||||
"%cyan%%bold%Read:%reset% Slow down. Think. Then type. In that order. Not the other way around, ye absolute menace.",
|
|
||||||
"%magenta%%bold%Fun Fact:%reset% Most errors are user-generated. Aye — %bold%you’re the feature.%reset%",
|
|
||||||
"%yellow%%bold%Tip:%reset% This is a tool, not a therapist. It willnae fix poor decisions, only execute them faster.",
|
|
||||||
"%red%%bold%Fun Fact:%reset% The problem is rarely the system. It’s the organic interface attached to the keyboard.",
|
|
||||||
"%cyan%%bold%Tip:%reset% Be precise. Be deliberate. Or be prepared to be wrong — repeatedly, loudly, and with confidence.",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def main() -> int:
|
def main() -> int:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user