Skip to content

Commit

Permalink
tweaks / notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cgorrie committed Sep 9, 2024
1 parent a243164 commit 20985f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/snowflake/cli/_plugins/workspace/entity_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -179,4 +179,5 @@ def generate_entity_commands(
action, entity_type.get_action_callable(action)
)

# TODO: hide, by default
ws.add_typer(tree_group)

0 comments on commit 20985f7

Please sign in to comment.