mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
small change to make commands more similar
This commit is contained in:
parent
c626c4cf76
commit
62ae47cc37
1 changed files with 2 additions and 1 deletions
|
@ -26,10 +26,11 @@ from jrnl.prompt import create_password
|
|||
|
||||
|
||||
def preconfig_diagnostic(_):
|
||||
from jrnl import __title__
|
||||
from jrnl import __version__
|
||||
|
||||
print(
|
||||
f"jrnl: {__version__}\n"
|
||||
f"{__title__}: {__version__}\n"
|
||||
f"Python: {sys.version}\n"
|
||||
f"OS: {platform.system()} {platform.release()}"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue