Fix docs for ls(.a)
This commit is contained in:
@@ -198,6 +198,6 @@ public extension Array where Element == Path {
|
|||||||
|
|
||||||
/// Options for `Path.ls(_:)`
|
/// Options for `Path.ls(_:)`
|
||||||
public enum ListDirectoryOptions {
|
public enum ListDirectoryOptions {
|
||||||
/// Creates intermediary directories; works the same as `mkdir -p`.
|
/// Lists hidden files also
|
||||||
case a
|
case a
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user