docs: generate the Functions Reference from function comment headers #74

Merged
rootiest merged 10 commits from docs-option-tables into main 2026-07-26 08:41:03 +00:00
3 changed files with 29 additions and 0 deletions
Showing only changes of commit daf81bf0a4 - Show all commits
+23
View File
@@ -1214,6 +1214,15 @@ Add -i (interactive confirmation) to destructive commands:
fish-deps install
fish-deps update
### fzf-update
Synopsis: fzf-update
Installs or upgrades fzf from git HEAD into ~/.fzf. Pulls the latest
changes if ~/.fzf already exists, or clones the repository if not.
fzf-update
## 5.7 System and Monitoring
### limine-edit
@@ -1747,6 +1756,20 @@ Add -i (interactive confirmation) to destructive commands:
claude-pr
### dops
Synopsis: docker [subcommand] [args...]
Wrapper for docker that intercepts the ps subcommand and redirects it to
the dops function for enhanced container listing. All other subcommands are
passed through to the real docker binary.
Arguments:
subcommand Docker subcommand (ps is redirected to dops)
args... Arguments forwarded to docker or dops
docker ps
### qc
Synopsis: qc [prompt...]
+3
View File
@@ -1,6 +1,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# CATEGORY
# 12-ai-and-developer-tools
#
# SYNOPSIS
# docker [subcommand] [args...]
#
+3
View File
@@ -1,6 +1,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# CATEGORY
# 06-dependency-management
#
# SYNOPSIS
# fzf-update
#