Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 264a3e3

Browse files
committed
fixup! Dedup output mode handling
1 parent 21144f7 commit 264a3e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • packages/jumpstarter-cli-common/jumpstarter_cli_common

packages/jumpstarter-cli-common/jumpstarter_cli_common/opt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
import asyncclick as click
44

5-
from jumpstarter.common.pydantic import OutputMode
5+
from jumpstarter.common.pydantic import OutputMode, OutputType
6+
7+
__all__ = ["OutputType"]
68

79
opt_log_level = click.option(
810
"--log-level",

0 commit comments

Comments
 (0)