recursive help
This commit is contained in:
@@ -12,7 +12,9 @@ IMAGE_EXTENSIONS = ['png', 'gif', 'jpg', 'jpeg', 'tif', 'tiff']
|
||||
def setup():
|
||||
''' Setup the command line options '''
|
||||
from argparse import ArgumentParser
|
||||
parser=ArgumentParser()
|
||||
parser = ArgumentParser(
|
||||
epilog = "Recursively generate indexes: \n# find . -type d -not -path '*/.*' -exec SimpleWebPage -f \{\} \;"
|
||||
)
|
||||
parser.add_argument("-f",action="store_true",dest="overwrite",default=False,
|
||||
help="Overwrite existing index file.")
|
||||
parser.add_argument("-H",action="store_true",dest="hidden",default=False,
|
||||
|
||||
Reference in New Issue
Block a user