diff --git a/ssm_tree/main.py b/ssm_tree/main.py index 2783679..83170d1 100644 --- a/ssm_tree/main.py +++ b/ssm_tree/main.py @@ -77,4 +77,4 @@ def build_tree(path, recursive, show_encrypted=False): if not tree: print("Nothing to show.") else: - return tree.show() \ No newline at end of file + print(tree.show(stdout=False))