Skip to content

Commit

Permalink
support: comfy node show cnr
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Jul 26, 2024
1 parent 0fb09d1 commit e6f8c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comfy_cli/command/custom_nodes/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def validate_mode(mode):
@tracking.track_command("node")
def show(
arg: str = typer.Argument(
help="[installed|enabled|not-installed|disabled|all|snapshot|snapshot-list]",
help="[installed|enabled|not-installed|disabled|all|cnr|snapshot|snapshot-list]",
autocompletion=show_completer,
),
channel: Annotated[
Expand All @@ -354,6 +354,7 @@ def show(
"not-installed",
"disabled",
"all",
"cnr",
"snapshot",
"snapshot-list",
]
Expand Down

0 comments on commit e6f8c86

Please sign in to comment.