This repository was archived by the owner on Apr 29, 2020. It is now read-only.
File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2529,7 +2529,7 @@ List directories.
2529
2529
2530
2530
+ Parameters
2531
2531
+ arg (string, required) - Path to show listing for. Default: '/'.
2532
- + l (boolean , optional ) - Use long listing format.
2532
+ + l (boolean, optional) - Use long listing format. Default: false.
2533
2533
+ flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.
2534
2534
2535
2535
+ Request Without Arguments
@@ -2669,7 +2669,7 @@ List directories.
2669
2669
```
2670
2670
2671
2671
+ Attributes (object)
2672
- + Entries (array )
2672
+ + Entries (array , nullable )
2673
2673
+ (object )
2674
2674
- Hash (Multihash)
2675
2675
- Name (string )
@@ -2691,7 +2691,7 @@ List directories.
2691
2691
}
2692
2692
```
2693
2693
2694
- + Request With Argument And L Option
2694
+ + Request With Argument And List Option
2695
2695
2696
2696
#### curl
2697
2697
@@ -2719,7 +2719,7 @@ List directories.
2719
2719
```
2720
2720
2721
2721
+ Attributes (object)
2722
- + Entries (array )
2722
+ + Entries (array , nullable )
2723
2723
+ (object )
2724
2724
- Hash (Multihash)
2725
2725
- Name (string )
Original file line number Diff line number Diff line change
1
+ hello world
You can’t perform that action at this time.
0 commit comments