From f4157fb4bae941584adacbaea4a40fa4a5540bc4 Mon Sep 17 00:00:00 2001
From: Gitea Actions Opens the compiled docs/fish-config.1 directly via man -l, bypassing
the pager fallback chain. The symlink and MANPATH are also configured
automatically on shell start for the standard invocation:With bat
bat --language=markdown --paging=always ~/.config/fish/docs/fish-config.mdAs a man page
-
+config-help --manhelp config --man
config-help --html
+help config --html
Opens docs/html/index.html in the default web browser. Browser detection queries the system's x-scheme-handler/https MIME entry (via xdg-mime) to find the real browser binary, then falls back through known diff --git a/docs/html/9-5-functions-reference.html b/docs/html/9-5-functions-reference.html index aaab28e..93c6d7d 100644 --- a/docs/html/9-5-functions-reference.html +++ b/docs/html/9-5-functions-reference.html @@ -1025,7 +1025,9 @@ Flags: config-help keybindings config-help pkg config-help --html -config-help --man +config-help --man + +Also available as: help config [SECTION] [FLAGS]
Synopsis: config-update [-h] [-n] [-f]
diff --git a/docs/wiki/11-viewing-this-manual.md b/docs/wiki/11-viewing-this-manual.md
index bee087f..eae4b1c 100644
--- a/docs/wiki/11-viewing-this-manual.md
+++ b/docs/wiki/11-viewing-this-manual.md
@@ -26,7 +26,7 @@ navigation.
## As a man page
- config-help --man
+ help config --man
Opens the compiled docs/fish-config.1 directly via man -l, bypassing
the pager fallback chain. The symlink and MANPATH are also configured
@@ -40,7 +40,7 @@ a completely separate command. Do not mix them up.
## In the browser (HTML)
- config-help --html
+ help config --html
Opens docs/html/index.html in the default web browser. Browser detection
queries the system's x-scheme-handler/https MIME entry (via xdg-mime) to
diff --git a/docs/wiki/5-functions-reference.md b/docs/wiki/5-functions-reference.md
index a5e28e4..0c0c974 100644
--- a/docs/wiki/5-functions-reference.md
+++ b/docs/wiki/5-functions-reference.md
@@ -705,6 +705,8 @@
config-help --html
config-help --man
+ Also available as: help config [SECTION] [FLAGS]
+
### config-update
Synopsis: config-update [-h] [-n] [-f]