Module userland.cli
Command line entrypoint
Sub-modules
userland.cli.db
-
Command line database module
Functions
def main()
-
Expand source code
def main(): set_event_loop_policy(EventLoopPolicy()) loop = new_event_loop() try: cli() finally: loop.close()