Update description to 'Package manager for mpv scripts'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-15 00:31:45 +01:00
parent dca1511869
commit b8a2e5cc7b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name = "mpv-mgr"
version = "0.1.0"
edition = "2021"
description = "A vim-plug style package manager for mpv scripts"
description = "Package manager for mpv scripts"
authors = ["cnachtigall"]
license = "MIT"
repository = "https://github.com/cnachtigall/mpv-mgr"

View File

@@ -5,7 +5,7 @@ use crate::commands::Commands;
#[derive(Parser)]
#[command(name = "mpv-mgr")]
#[command(author, version, about = "A vim-plug style package manager for mpv scripts")]
#[command(author, version, about = "Package manager for mpv scripts")]
#[command(propagate_version = true)]
pub struct Cli {
/// Path to config file (default: ~/.config/mpv-mgr/config.toml)