Fix docs for ls(.a)

This commit is contained in:
Max Howell
2021-06-17 11:26:51 -04:00
parent bb449ff412
commit 287afe3783

View File

@@ -198,6 +198,6 @@ public extension Array where Element == Path {
/// Options for `Path.ls(_:)`
public enum ListDirectoryOptions {
/// Creates intermediary directories; works the same as `mkdir -p`.
/// Lists hidden files also
case a
}