diff --git a/src/snowflake/cli/_plugins/workspace/entity_commands.py b/src/snowflake/cli/_plugins/workspace/entity_commands.py index 071a0c9dda..b4d56bdfa2 100644 --- a/src/snowflake/cli/_plugins/workspace/entity_commands.py +++ b/src/snowflake/cli/_plugins/workspace/entity_commands.py @@ -76,7 +76,7 @@ def create_instance(self) -> SnowTyper: *self._command_map.keys(), ] ) - self.help = "-> " + ", ".join(subcommands) + self.help = "\+ " + ", ".join(subcommands) return super().create_instance() @@ -179,4 +179,5 @@ def generate_entity_commands( action, entity_type.get_action_callable(action) ) + # TODO: hide, by default ws.add_typer(tree_group)