You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-07-15 01:34:27 +02:00
Implement support for bash & completion flow generation
This commit is contained in:
@ -1,17 +1,16 @@
|
||||
from functools import singledispatch
|
||||
from enum import Enum
|
||||
from lib2to3.pgen2.pgen import generate_grammar
|
||||
from functools import singledispatch
|
||||
|
||||
from completion_flow import (
|
||||
Node,
|
||||
Check,
|
||||
Suggest,
|
||||
Variable,
|
||||
Condition,
|
||||
Suggestion,
|
||||
If,
|
||||
And,
|
||||
Check,
|
||||
Condition,
|
||||
If,
|
||||
Node,
|
||||
Not,
|
||||
generate_flow,
|
||||
Suggest,
|
||||
Suggestion,
|
||||
Variable,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user