feat: rename 'notebooks' command to 'tree'

This commit is contained in:
cătălin 2024-06-19 18:50:35 +02:00
commit 1b8220e6e1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.5.0"

View file

@ -45,7 +45,7 @@ def complete_note_path(incomplete: str):
@app.command(help=literals.COMMANDS_NOTEBOOKS_HELP)
@capture
def notebooks(
def tree(
level: int = Option( # B008
-1,
"--level",