Skip to content

Commit

Permalink
Update cli
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Blavka <[email protected]>
  • Loading branch information
blavka committed Jan 24, 2025
1 parent 48fd6e6 commit 87165c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardwario/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import click
from loguru import logger
import hardwario
from hardwario.cli import chester
from hardwario.cli import chester, device

DEFAULT_LOG_LEVEL = 'DEBUG'
DEFAULT_LOG_FILE = os.path.expanduser("~/.hardwario/cli.log")
Expand All @@ -21,6 +21,7 @@ def cli(log_level):


cli.add_command(chester.cli)
cli.add_command(device.cli)


def main():
Expand Down

0 comments on commit 87165c8

Please sign in to comment.