From df43979a05352cec3f0c7f3f41acbdc1e6054d80 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 27 Jan 2026 03:59:17 +0000 Subject: docs(README): Update command help section --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 94a107c..0697b5c 100644 --- a/README.md +++ b/README.md @@ -69,23 +69,28 @@ Usage: mugi [flags] [repo] [remotes...] Commands: - pull Pull from remote(s) - push Push to remote(s) - fetch Fetch from remote(s) - help Show this help - version Show version + pull Pull from remote(s) + push Push to remote(s) + fetch Fetch from remote(s) + add Add repository to config + rm Remove repository from config + list List tracked repositories + help Show this help + version Show version Flags: -c, --config Override config file path -V, --verbose Show detailed output + -f, --force Force push (use with caution) + -l, --linear Run operations sequentially Examples: mugi pull Pull all repositories from all remotes - mugi pull windmark Pull Windmark from all remotes - mugi pull windmark github Pull Windmark from GitHub only - mugi push windmark gh cb Push Windmark to GitHub and Codeberg - mugi fetch gemrest/september Fetch specific repository - mugi -c ./test.yaml pull Use custom config + mugi push windmark gh cb Push to GitHub and Codeberg + mugi add . Add current directory to config + mugi add ~/Developer/mugi Add repository at path + mugi rm mugi Remove repository from config + mugi list List all tracked repositories ``` ## Licence -- cgit v1.2.3