We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03b9c21 + e567890 commit 80f27a9Copy full SHA for 80f27a9
src/hike/hike.py
@@ -26,7 +26,7 @@
26
class Hike(EnhancedApp[None]):
27
"""The main application class."""
28
29
- HELP_TITLE = f"Hike {__version__}"
+ HELP_TITLE = f"Hike v{__version__}"
30
HELP_ABOUT = """
31
`Hike` is a terminal-based Markdown viewer; it was created
32
by and is maintained by [Dave Pearson](https://www.davep.org/); it is
0 commit comments