Embed the structurally defined flows into ZSH

This commit is contained in:
Batuhan Taskaya
2022-05-19 16:06:37 +03:00
parent 0dce332b16
commit b8e0be241c
5 changed files with 32 additions and 40 deletions

View File

@@ -66,7 +66,7 @@ class Not(Node):
check: Node
def main_flow() -> Iterator[Node]:
def generate_flow() -> Iterator[Node]:
# yield from suggest_option()
yield from suggest_method()
yield from suggest_url()