Skip to content

Commit

Permalink
Make beta flag deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Dec 5, 2024
1 parent b2513f8 commit 0dac783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/composio/cli/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class UpdateExamples(HelpfulCmdBase, click.Command):
"--beta",
is_flag=True,
default=True,
help="Include beta apps.",
help="Include beta apps. [DEPRECATED]",
)
@click.help_option("--help", "-h", "-help")
@handle_exceptions()
Expand Down

0 comments on commit 0dac783

Please sign in to comment.