We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e075d2a commit 138f28aCopy full SHA for 138f28a
llmstack/cli.py
@@ -259,7 +259,9 @@ def signal_handler(sig, frame):
259
# Django manage.py command setup
260
manage_py_command = subparsers.add_parser("manage.py")
261
manage_py_command.add_argument(
262
- "manage_py_subcommand", help="Type 'manage.py <subcommand>' for a specific subcommand."
+ "manage_py_subcommand",
263
+ help="Type 'manage.py <subcommand>' for a specific subcommand.",
264
+ nargs=argparse.REMAINDER,
265
)
266
267
# Load environment variables from config under [llmstack] section
0 commit comments