feat: git hook (#95)

This commit is contained in:
hiroki osame
2023-02-21 08:08:44 -05:00
committed by GitHub
parent 0d3f35c135
commit 0b80a0031e
7 changed files with 191 additions and 32 deletions

View File

@@ -15,6 +15,7 @@ import {
import { getConfig } from './utils/config.js';
import { generateCommitMessage } from './utils/openai.js';
import configCommand from './commands/config.js';
import hookCommand from './commands/hook.js';
const rawArgv = process.argv.slice(2);
@@ -40,6 +41,7 @@ cli(
commands: [
configCommand,
hookCommand,
],
help: {