MILC: Add support for hidden subcommands (#7034) 0.7.85
authorErovia <Erovia@users.noreply.github.com>
Thu, 21 Nov 2019 20:52:00 +0000 (21:52 +0100)
committerskullydazed <skullydazed@users.noreply.github.com>
Thu, 21 Nov 2019 20:52:00 +0000 (12:52 -0800)
commit7e7eb69edffca39b51e8fdcd5eaa76262e16eaf4
tree68413d22bb38d8ed2534eb1f705d6e19ebab68e6
parentf0790a722d5a586e3621487b554fd217839c24c0
MILC: Add support for hidden subcommands (#7034)

* MILC: Add support for hidden subcommands

Subcommands with 'hidden=True' will not show up in the help output, but
will work as any other subcommands.

* Hide those hidden submodules, for real now

* Rebase on latest MILC
lib/python/milc.py