blob: 47667ac4aca5f1047dfbe1c1a6b3ead28b49f9b5 (
plain)
1
2
3
4
5
6
7
8
9
|
====================
Printing the version
====================
You can print the Mailman version number by invoking the ``version`` command.
>>> command = cli('mailman.commands.cli_version.version')
>>> command('mailman version')
GNU Mailman 3...
|