Suppressing CLI output (specifically trigger output)

Stardock

Member
Is there a way to surpress the cli output? I'm currently building a mood programmatically (using multiple "trigger" commands) and everytime I run the script I get a huge mountain of text that details each mood modification made.

Example(this is me adding 4 triggers, I'm actually usually adding about 10-15, so you can see why it's annoying) :

When I get Just the Best Anapests, uneffect just the best anapests
When I get Just the Best Anapests, uneffect just the best anapests
When I run low on Pasta Oneness, cast 1 Manicotti Meditation
When I get Just the Best Anapests, uneffect just the best anapests
When I run low on Pasta Oneness, cast 1 Manicotti Meditation
When I run low on The Moxious Madrigal, cast 1 The Moxious Madrigal
When I get Just the Best Anapests, uneffect just the best anapests
When I run low on Fat Leon's Phat Loot Lyric, cast 1 Fat Leon's Phat Loot Lyric
When I run low on Pasta Oneness, cast 1 Manicotti Meditation
When I run low on The Moxious Madrigal, cast 1 The Moxious Madrigal
 

lostcalpolydude

Developer
Staff member
The problem with being able to suppress CLI output in general is that you might suppress "csend 10000 meat to stardock" and it might take a while to realize what your script is doing in the background (if you wanted to be malicious with a script). So anything that can suppress CLI output has to be specific to the purpose rather than generally useful.
 

Stardock

Member
Good point, hadn't thought about that.

Although, can't you surpress that via ash functions anyway?

Either way, I'm just looking to surpress the mood creation stuff, is there a way to do that? Maybe a way to build moods in ash instead of cli_executes?
 
Top