You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description="Print <manifest> and <spine> tags to standard output for the given Standard Ebooks source directory, for use in that directory's content.opf.")
parser.add_argument("-m", "--manifest", action="store_false", help="only print the manifest")
parser.add_argument("-s", "--spine", action="store_false", help="only print the spine")
parser.add_argument("directory", metavar="DIRECTORY", help="a Standard Ebooks source directory")