I did not manage to find any information in the documentation (both the dump --help and in the configuration.md file), but is there a way I can pass custom flags to the dump command to include objects like triggers and events in my dump? For example, I use the following for mysqldump:
[mysqldump]
quick
events
triggers
routines
single-transaction
max-allowed-packet=1G