forked from LBRYCommunity/lbry-sdk
switch cli to use pre-generated interface
This commit is contained in:
parent
97c285f22b
commit
29b1f93699
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ from lbry.service.full_node import FullNode
|
||||||
from lbry.blockchain.ledger import Ledger
|
from lbry.blockchain.ledger import Ledger
|
||||||
from lbry.console import Advanced as AdvancedConsole, Basic as BasicConsole
|
from lbry.console import Advanced as AdvancedConsole, Basic as BasicConsole
|
||||||
|
|
||||||
# TODO: switch to pre-generated metadata interface
|
|
||||||
from lbry.service.parser import get_api_definitions
|
|
||||||
interface = get_api_definitions(API)
|
|
||||||
|
|
||||||
|
|
||||||
def split_subparser_argument(parent, original, name, condition):
|
def split_subparser_argument(parent, original, name, condition):
|
||||||
new_sub_parser = argparse._SubParsersAction(
|
new_sub_parser = argparse._SubParsersAction(
|
||||||
|
|
Loading…
Add table
Reference in a new issue