Files
fish-shell/share/functions
Fabian Homborg fe71e62a68 help: Update sections
This was semi-automated with

```fish
for file in $argv
    set -l varname (string replace -r '.*/(.*).html' '$1' -- $file | string escape --style=var)pages
    set -l sections (string replace -rf '.*class="headerlink" href="#([^"]*)".*' '$1' <$file)

    echo set -l $varname $sections
end
```

(where $argv contains the path to faq, fish_for_bash_users,
interactive, language and tutorial.html)

Building help.fish at compile time would work, but only for users who
build the docs.
2021-08-20 17:40:57 +02:00
..
2020-05-28 17:41:01 +02:00
2020-11-22 14:39:48 +01:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2020-11-22 14:39:48 +01:00
2020-04-21 21:11:26 +02:00
2021-04-13 15:50:00 +02:00
2020-09-12 20:17:30 +02:00
2017-10-01 01:11:17 -07:00
2021-04-27 16:33:41 +02:00
2016-11-27 21:27:22 -08:00
2021-08-20 17:40:57 +02:00
2021-07-22 19:19:49 +02:00
2021-06-03 09:54:20 +02:00
2021-05-14 21:49:53 +02:00
2020-07-21 16:59:05 +02:00
2020-04-26 14:39:15 +02:00
2017-04-05 15:31:13 -07:00