Skip to content

Mention that additional args can be passed to eg. mysql

Hoo man requested to merge help-flags into main

Which is very useful, for example when trying to directly run SQL statements via mysql.

AFAIS this currently affects mysql, mysql-replica and redis.

This will change to --help output from

[…]
Usage:
  mw docker mysql mysql [flags]
[…]

to

[…]
Usage:
  mw docker mysql mysql [flags] -- [mysql flags]
[…]

Merge request reports