Skip to content

Commit

Permalink
feat(core): Multiple ways to run dbgpts (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc authored Jul 18, 2024
1 parent d389fdd commit f889fa3
Show file tree
Hide file tree
Showing 19 changed files with 1,410 additions and 304 deletions.
2 changes: 1 addition & 1 deletion dbgpt/cli/cli_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def stop_all():
logging.warning(f"Integrating dbgpt dbgpts command line tool failed: {e}")

try:
from dbgpt.client._cli import run_flow
from dbgpt.client._cli import flow as run_flow

add_command_alias(run_flow, name="flow", parent_group=run)
except ImportError as e:
Expand Down
Loading

0 comments on commit f889fa3

Please sign in to comment.