Exemplo n.º 1
0
def help(args):
    print "Lists all available posts"
    print util.get_help(OPTIONS, prog = 'list')
Exemplo n.º 2
0
def help(args):
    print "Copy dependencies (media, linked files, etc.) to output"
    print util.get_help(OPTIONS, prog = 'copy-dep')
Exemplo n.º 3
0
def help(args):
    print "Build output from 'published' article data."
    print util.get_help(OPTIONS, prog = 'build')
Exemplo n.º 4
0
def help(args):
    print "Build the index pages required."
    print util.get_help(OPTIONS, prog = 'index')
Exemplo n.º 5
0
def help(args):
    print "Test help executed"
    print "Getting help:"
    print util.get_help(prog = 'test')