charm-barbican/charm/charm-helpers/bin/chlp

9 lines
147 B
Python
Executable File

#!/usr/bin/env python
from charmhelpers.cli import cmdline
from charmhelpers.cli.commands import *
if __name__ == '__main__':
cmdline.run()