Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/track-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage:

Options:
--clean Remove all objects before execution.
-c --client <client> Kind of Database Client [sqlite, postgres; default sqlite]
-c --client <client> Kind of Database Client [sqlite, postgres, mysql; default sqlite]
Copy link
Contributor Author

@Syogo-Suganoya Syogo-Suganoya Jun 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debugコマンドのUSAGEのclientオプションにmysqlを追加しました。

-r --result <result> Which results will be displayed [last, full; default last]
-l --limit <limit> Maximum row count that will be displayed [default 10]
`;
Expand Down