notices#

Functions#

notices(func)

Wrapper for "execute" entry points for subcommands.

notices(func)#

Wrapper for "execute" entry points for subcommands.

If channel notices need to be fetched, we do that first and then run the command normally. We then display these notices at the very end of the command output so that the user is more likely to see them.

This ordering was specifically done to address the following bug report:
Parameters:

func -- Function to be decorated