Modonomicon

Modonomicon

29M Downloads

`hide_feedback` in command files

800020h opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

vanilla/default command feedback isn't always desirable

Describe the solution you'd like
A clear and concise description of what you want to happen.

a hide_feedback boolean in command files to hide the vanilla/default command feedback

Additional context
Add any other context or screenshots about the feature request here.

it doesn't need to say it's running the function
Image

commented

I have to look into this further, I am not sure if I am actively printing the feedback or if the command system is doing that on its own, I think the latter but hope the former

commented

I know commands can be run in a way that doesn't show feedback

because commands running in functions don't

not sure how it would be done though