Files
weewx/bin/weectllib/device_cmd.py
2023-08-03 16:15:35 -07:00

16 lines
368 B
Python

#
# Copyright (c) 2019-2021 Tom Keffer <tkeffer@gmail.com>
#
# See the file LICENSE.txt for your full rights.
#
#
#
# See the file LICENSE.txt for your rights.
#
"""Register a minimal subparser for purposes of providing a response to 'weectl --help'. """
def add_subparser(subparsers):
subparsers.add_parser('device', help="Manage your hardware.")