ccclub 0.2.50 → 0.2.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1129,7 +1129,7 @@ async function hookCommand() {
|
|
|
1129
1129
|
}
|
|
1130
1130
|
|
|
1131
1131
|
// src/index.ts
|
|
1132
|
-
var VERSION = "0.2.
|
|
1132
|
+
var VERSION = "0.2.51";
|
|
1133
1133
|
startUpdateCheck(VERSION);
|
|
1134
1134
|
var program = new Command();
|
|
1135
1135
|
program.name("ccclub").description("Compare Claude Code usage with friends").version(VERSION, "-v, -V, --version");
|
|
@@ -1146,9 +1146,7 @@ program.command("hook", { hidden: true }).description("Set up auto-sync hook").a
|
|
|
1146
1146
|
program.addHelpText("after", `
|
|
1147
1147
|
Examples:
|
|
1148
1148
|
$ ccclub Show today's leaderboard (default)
|
|
1149
|
-
$ ccclub -d 7
|
|
1150
|
-
$ ccclub -d 30 Last 30 days
|
|
1151
|
-
$ ccclub -d all All time
|
|
1149
|
+
$ ccclub -d 7 Time window: 7 / 30 / all
|
|
1152
1150
|
$ ccclub --global Global public leaderboard
|
|
1153
1151
|
$ ccclub --cache Include cache tokens in total
|
|
1154
1152
|
$ ccclub sync --force Force full re-sync of all data
|