Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Re-use the same format as the package list command. Perhaps something like
ls --tree
Which would infer --recurse I think since there would be no point in using a tree if you didn’t want to see sub directories! The output would be something like
Re-use the same format as the
package list
command. Perhaps something likels --tree
Which would infer
--recurse
I think since there would be no point in using a tree if you didn’t want to see sub directories! The output would be something like├─┬ folder1/ │ └─┬ tmp/ │ └── file.txt └─┬ brad/ └── wood.json