diff --git a/comfy_cli/command/custom_nodes/command.py b/comfy_cli/command/custom_nodes/command.py index b73f06c..2ff7ae4 100644 --- a/comfy_cli/command/custom_nodes/command.py +++ b/comfy_cli/command/custom_nodes/command.py @@ -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[ @@ -354,6 +354,7 @@ def show( "not-installed", "disabled", "all", + "cnr", "snapshot", "snapshot-list", ]