feat/ui_fix #18
|
@ -69,10 +69,9 @@ def main():
|
|||
create_tree_structurer()
|
||||
|
||||
if args.command == 'display':
|
||||
if args.verbose:
|
||||
print(f"Analyzing directory: {args.path}")
|
||||
try:
|
||||
structure = get_structure(args.path)
|
||||
print(f"Analyzing directory: {args.path}")
|
||||
for line in structure:
|
||||
print(line)
|
||||
except FileNotFoundError:
|
||||
|
|
Loading…
Reference in New Issue