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:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user