feat: rename 'notebooks' command to 'tree'
This commit is contained in:
parent
812fee592e
commit
1b8220e6e1
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.4.6"
|
__version__ = "0.5.0"
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ def complete_note_path(incomplete: str):
|
||||||
|
|
||||||
@app.command(help=literals.COMMANDS_NOTEBOOKS_HELP)
|
@app.command(help=literals.COMMANDS_NOTEBOOKS_HELP)
|
||||||
@capture
|
@capture
|
||||||
def notebooks(
|
def tree(
|
||||||
level: int = Option( # B008
|
level: int = Option( # B008
|
||||||
-1,
|
-1,
|
||||||
"--level",
|
"--level",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue