Source code for bowl.cli_opts.info

"""
This module is the info command of bowl.

Created on 14 March 2014
@author: Charlie Lewis
"""

[docs]class info(object): """ This class is responsible for the info command of the cli. """ @classmethod
[docs] def main(self, args): # !! TODO print args