Skip to content

Commit

Permalink
add more facts
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Oct 15, 2021
1 parent 4c9e44d commit b3391ea
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 38 deletions.
2 changes: 1 addition & 1 deletion randfacts/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "randfacts"
__description__ = "Package to generate random facts"
__url__ = "https://github.com/TabulateJarl8/randfacts"
__version__ = "0.12.0"
__version__ = "0.13.0"
__author__ = "Tabulate"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down
3 changes: 1 addition & 2 deletions randfacts/randfacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def get_fact(filter_enabled: bool = True, only_unsafe: bool = False) -> str:


def _cli_entrypoint():
"""Entrypoint for execution via command-line.
"""
"""Entrypoint for execution via command-line."""

parser = argparse.ArgumentParser(
description='Generate random facts from the command-line'
Expand Down
Loading

0 comments on commit b3391ea

Please sign in to comment.