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