doc: adds overall command doc

This commit is contained in:
Deepak Mallubhotla 2024-04-20 23:08:47 -05:00
parent 4c00fe845d
commit 980b311372
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -39,6 +39,8 @@ def _set_up_logging(filename):
@click.option("--log-file", help="A filename to use for logging (implies --log)")
@click.version_option(tantri.get_version())
def cli(log, log_file):
"""Utilities for generating simulated TLS time series data.
"""
if log or (log_file is not None):
# log file has been provided, let's log
_set_up_logging(log_file)