doc: adds overall command doc
This commit is contained in:
parent
4c00fe845d
commit
980b311372
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user