Skip to content

Commit c02cdfa

Browse files
committed
2 parents 45efba7 + c552e88 commit c02cdfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ let main argv =
134134
rootCommand argv {
135135
description "File System Manager"
136136
setHandler id
137-
setCommand listCmd
138-
setCommand deleteCmd
137+
addCommand listCmd
138+
addCommand deleteCmd
139139
}
140140
```
141141

0 commit comments

Comments
 (0)