Skip to content

Commit

Permalink
Fix(argparse): Make this work with arbitrary nested subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr authored and rumpelsepp committed Nov 19, 2024
1 parent a523232 commit 30c8745
Show file tree
Hide file tree
Showing 120 changed files with 3,367 additions and 7,341 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ construct-typing = ">=0.5.2,<0.7.0"
pytest-cov = ">=4,<6"
ruff = ">=0.6,<0.8"

[tool.poetry.plugins."gallia_plugins"]
"uds" = "gallia.plugins.uds:UDSPlugin"
"xcp" = "gallia.plugins.xcp:XCPPlugin"

[tool.poetry.scripts]
"gallia" = "gallia.cli:main"
"netzteil" = "opennetzteil.cli:main"
Expand Down
Loading

0 comments on commit 30c8745

Please sign in to comment.