Skip to content

Commit

Permalink
clarify that meta-app commands will not be copied over.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Dec 31, 2024
1 parent 3163921 commit e24be40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cyclopts/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,8 @@ def default_dispatcher(command, bound, _):
def update(self, app: "App"):
"""Copy over all commands from another :class:`App`.
Commands from the meta app will **not** be copied over.
Parameters
----------
app: cyclopts.App
Expand Down

0 comments on commit e24be40

Please sign in to comment.