docs: readme

This commit is contained in:
eneller
2025-03-20 22:08:08 +01:00
parent 4267700763
commit c49a1be369
2 changed files with 35 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ def get_all_books() -> List[Book]:
@click.argument('args', nargs=-1)
def main(args, debug, silent, path, no_clean):
'''
Download ePUBs from https://www.projekt-gutenberg.org/
Download ePUBs from https://www.projekt-gutenberg.org/ \n
Provide either 0 arguments to enter interactive mode or an arbitrary number of URLs to download from
'''
logging.basicConfig(level=logging.ERROR,format='%(asctime)s - %(levelname)s - %(message)s')