Пример #1
0
def category(**opts):
    cmd.category.execute(make_dict(opts))
Пример #2
0
def import_(**opts):
    cmd.import_.execute(make_dict(opts))
Пример #3
0
def init(**opts):
    """
    create a table by sqlalchemy
    :filepath: sqlite file path
    """
    cmd.init.execute(make_dict(opts))
Пример #4
0
def show(**opts):
    cmd.show.execute(make_dict(opts))
Пример #5
0
def new(**opts):
    cmd.new.execute(make_dict(opts))
Пример #6
0
def update(**opts):
    cmd.update.execute(make_dict(opts))
Пример #7
0
def tag(**opts):
    cmd.tag.execute(make_dict(opts))