Example #1
0
def fetch(tut, args):

    remote = args.get('<remote>')

    for point in tut.points(remote):
        tut.start(
            point.split('/')[-1],
            starting_point=point,
        )
Example #2
0
def fetch(tut, args):

    remote = args.get('<remote>')

    for point in tut.points(remote):
        tut.start(
            point.split('/')[-1],
            starting_point=point,
        )
Example #3
0
def points(tut, args):

    for point in tut.points():
        print point
Example #4
0
def points(tut, args):

    for point in tut.points():
        print point