Source code for bowl.cli_opts.logs

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

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

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