Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent b380fcd commit f7d44a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion WrightTools/cli/_wt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def tree(path, internal_path, depth=9, verbose=False):
obj.print_tree(verbose=verbose, depth=depth)



@cli.command(name="load", help="Open a python cli with the object pre-loaded.")
@click.argument("path")
def load(path):
Expand Down
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Use `wt5 glob` to quickly probe a folder for wt5s contained inside
Specify an index to load that entry. Use `t` to rerender table. Use no argument to exit.
"
Use `wt5 load` to quickly open an interactive python console with your wt5 data pre-loaded.
Use `wt5 load` to quickly open an interactive python console with your wt5 data pre-loaded.

Use `wt5 tree` to see a quick tree structure of a wt5 file.

Expand Down

0 comments on commit f7d44a6

Please sign in to comment.