Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 99f430a

Browse files
committed
Added defaults, nullable
to ls
1 parent 874aab8 commit 99f430a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apiary.apib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3484,7 +3484,7 @@ List directories.
34843484

34853485
+ Parameters
34863486
+ 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.
34883488
+ flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.
34893489

34903490
+ Request Without Arguments
@@ -3624,7 +3624,7 @@ List directories.
36243624
```
36253625

36263626
+ Attributes (object)
3627-
+ Entries (array)
3627+
+ Entries (array, nullable)
36283628
+ (object)
36293629
- Hash (Multihash)
36303630
- Name (string)
@@ -3646,7 +3646,7 @@ List directories.
36463646
}
36473647
```
36483648

3649-
+ Request With Argument And L Option
3649+
+ Request With Argument And List Option
36503650

36513651
#### curl
36523652

@@ -3674,7 +3674,7 @@ List directories.
36743674
```
36753675

36763676
+ Attributes (object)
3677-
+ Entries (array)
3677+
+ Entries (array, nullable)
36783678
+ (object)
36793679
- Hash (Multihash)
36803680
- Name (string)

test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello world

0 commit comments

Comments
 (0)