|
Package soovee_app ::
Package cli
|
|
Package cli
SooVee Serial Audio Manager - Intializes the command interface.
-
Exec(mode="podiobooks":str, optargs:list=None) =>
None
- soovee_app.cli.entry: SooVee Serial Audio Manager - Entry support module for the command
inface.
- soovee_app.cli.feed: SooVee Serial Audio Manager - Feed support module for the command
interface.
- soovee_app.cli.login: SooVee Serial Audio Manager - Login support module for the command
interface.
- soovee_app.cli.main: SooVee Serial Audio Manager - Main support module for the command
interface.
- soovee_app.cli.page: SooVee Serial Audio Manger - Page support module for the command
interface.
|
|
None
|
Exec(mode='podiobooks',
optargs=None)
Authorize against a serial audio service account. |
|
|
|
|
ACCOUNT = {}
|
|
|
__package__ = 'soovee_app.cli'
|
Imports:
Auth,
Serviceconf,
Term,
entry,
login,
main
Exec(mode='podiobooks',
optargs=None)
|
|
Authorize against a serial audio service account. Then intialize the
main module of the command interface to begin the process of task
selection.
- Parameters:
mode (string) - Service to retrieve serial audio info. Default 'podiobooks'
optargs (list) - Optional command line arguments passed.
- Returns: None
|