hcoopmeetbotlogic.cli
=====================

.. py:module:: hcoopmeetbotlogic.cli

.. autoapi-nested-parse::

   CLI for the meetbot tool.





Module Contents
---------------

.. py:function:: meetbot() -> None

   Meetbot command line utilities.


.. py:function:: regenerate(config_path: str, raw_log: str, output_dir: str) -> None

   Regenerate formatted output based on a raw log file.

   This parses a raw meeting log and regenerates formatted output into
   the specified output directory.  By default, the output directory is
   the current working directory, but you can adjust that using the
   --output-dir switch.

   The formatted output will be generated based on the rules in the meetbot
   configuration file, which controls the output format, date format, time
   zone, etc.  Configuration for the file prefix is ignored and the new files
   will be generated using the exact same prefix as the raw log file itself.


