chore(docs): regenerate manual, man page, and component registry

This commit is contained in:
2026-09-14 23:04:56 +00:00
parent dfb5de5768
commit 9821e64ae4
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1634,7 +1634,7 @@ hist
Synopsis: mkrep [--cd | --no-cd] [--mkdir | --no-mkdir] [--git | --no-git] Synopsis: mkrep [--cd | --no-cd] [--mkdir | --no-mkdir] [--git | --no-git]
[-c | --clean | --no-clean] [--strict] [-v | --verbose] [-c | --clean | --no-clean] [--strict] [-v | --verbose]
[-s | --silent] [--template <path>] [--branch <name>] [-s | --silent] [--template <path>] [--branch <name>]
[--remote <url>] [--new-remote[=<cmd>]] [--name <name>] [--remote <url>] [--new-remote [<cmd>]] [--name <name>]
[-h | --help] <dir> [-h | --help] <dir>
Creates a directory, cds into it, and git-inits it -- mkcd plus a git Creates a directory, cds into it, and git-inits it -- mkcd plus a git
@@ -1674,10 +1674,10 @@ Arguments:
Passed through as git init --template=<path> Passed through as git init --template=<path>
--branch <name> Passed through as git init -b <name> --branch <name> Passed through as git init -b <name>
--remote <url> Link an existing remote: git remote add origin <url> --remote <url> Link an existing remote: git remote add origin <url>
--new-remote[=<cmd>] --new-remote [<cmd>]
Create + link a remote by running <cmd> (or Create + link a remote by running <cmd> (or
$MKREP_REMOTE_CMD) in the new repo directory $MKREP_REMOTE_CMD) in the new repo directory
--name <name> {name} substitution for --new-remote (default: <dir>\[aq]s --name <name> {name} substitution when --new-remote (default: <dir>\[aq]s
basename) basename)
-h, --help Show this help message -h, --help Show this help message
+3 -3
View File
@@ -1231,7 +1231,7 @@ functions). They are active in all interactive sessions.
Synopsis: mkrep [--cd | --no-cd] [--mkdir | --no-mkdir] [--git | --no-git] Synopsis: mkrep [--cd | --no-cd] [--mkdir | --no-mkdir] [--git | --no-git]
[-c | --clean | --no-clean] [--strict] [-v | --verbose] [-c | --clean | --no-clean] [--strict] [-v | --verbose]
[-s | --silent] [--template <path>] [--branch <name>] [-s | --silent] [--template <path>] [--branch <name>]
[--remote <url>] [--new-remote[=<cmd>]] [--name <name>] [--remote <url>] [--new-remote [<cmd>]] [--name <name>]
[-h | --help] <dir> [-h | --help] <dir>
Creates a directory, cds into it, and git-inits it -- mkcd plus a git Creates a directory, cds into it, and git-inits it -- mkcd plus a git
@@ -1271,10 +1271,10 @@ functions). They are active in all interactive sessions.
Passed through as git init --template=<path> Passed through as git init --template=<path>
--branch <name> Passed through as git init -b <name> --branch <name> Passed through as git init -b <name>
--remote <url> Link an existing remote: git remote add origin <url> --remote <url> Link an existing remote: git remote add origin <url>
--new-remote[=<cmd>] --new-remote [<cmd>]
Create + link a remote by running <cmd> (or Create + link a remote by running <cmd> (or
$MKREP_REMOTE_CMD) in the new repo directory $MKREP_REMOTE_CMD) in the new repo directory
--name <name> {name} substitution for --new-remote (default: <dir>'s --name <name> {name} substitution when --new-remote (default: <dir>'s
basename) basename)
-h, --help Show this help message -h, --help Show this help message