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 @@ -3484,7 +3484,7 @@ List directories.
3484
3484
3485
3485
+ Parameters
3486
3486
+ arg (string, required) - Path to show listing for. Default: '/'.
3487
- + l (boolean , optional ) - Use long listing format.
3487
+ + l (boolean, optional) - Use long listing format. Default: false.
3488
3488
+ flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.
3489
3489
3490
3490
+ Request Without Arguments
@@ -3624,7 +3624,7 @@ List directories.
3624
3624
```
3625
3625
3626
3626
+ Attributes (object)
3627
- + Entries (array )
3627
+ + Entries (array , nullable )
3628
3628
+ (object )
3629
3629
- Hash (Multihash)
3630
3630
- Name (string )
@@ -3646,7 +3646,7 @@ List directories.
3646
3646
}
3647
3647
```
3648
3648
3649
- + Request With Argument And L Option
3649
+ + Request With Argument And List Option
3650
3650
3651
3651
#### curl
3652
3652
@@ -3674,7 +3674,7 @@ List directories.
3674
3674
```
3675
3675
3676
3676
+ Attributes (object)
3677
- + Entries (array )
3677
+ + Entries (array , nullable )
3678
3678
+ (object )
3679
3679
- Hash (Multihash)
3680
3680
- 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