Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemo-nade-room authored Sep 8, 2024
1 parent a49a204 commit 0daec90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ let sqliteURL = FileManager()
var cli = CLIKitService(help: "サンプルCLI")
cli.use(AddCommand(), as: "add")
cli.use(CommitCommand(), as: "commit")
cli.migrations
cli.migrations.add(CommitMigration())
await cli.run()
```
Expand Down

0 comments on commit 0daec90

Please sign in to comment.