Compare commits
2 Commits
80640bf19c
...
0f9789ed09
Author | SHA1 | Date |
---|---|---|
Amber | 0f9789ed09 | |
Amber | a87015328d |
2
ntree.py
2
ntree.py
|
@ -6,7 +6,7 @@ from src.tree import NerdTree
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# print(cmd_args.path)
|
# print(cmd_args.path)
|
||||||
# print(cmd_args.show_children_nodes)
|
# print(cmd_args.show_children_nodes)
|
||||||
# print(cmd_args.show_father_subtree_info)
|
# print(cmd_args.exclude)
|
||||||
path = cmd_args.path
|
path = cmd_args.path
|
||||||
list_dir_first = cmd_args.list_directories_first
|
list_dir_first = cmd_args.list_directories_first
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue