Skip to content

Commit efb2e7c

Browse files
theoephraimclaude
andcommitted
Add website link to help output
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dbbb719 commit efb2e7c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/bumpy/src/cli.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { findRoot } from './core/config.ts';
44
import { log, colorize } from './utils/logger.ts';
5-
import { getVersion } from './version-info.ts';
5+
import { getVersion, getWebsiteUrl } from './version-info.ts';
66

77
const args = process.argv.slice(2);
88
const command = args[0];
@@ -228,6 +228,8 @@ function printHelp() {
228228
229229
AI setup options:
230230
--target <tool> Target AI tool: opencode, cursor, codex
231+
232+
${colorize(getWebsiteUrl(), 'dim')}
231233
`);
232234
}
233235

0 commit comments

Comments
 (0)