Skip to content

Commit

Permalink
Merge branch 'main' into feature/remove-python-docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Sep 22, 2024
2 parents e409ea9 + d1e3a10 commit 9a01a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/cliRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export async function run() {
const version = await getVersion();

program
.version(version)
.description('Repopack - Pack your repository into a single AI-friendly file')
.arguments('[directory]')
.option('-v, --version', 'show version information')
Expand Down

0 comments on commit 9a01a6e

Please sign in to comment.