mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-05-03 01:11:02 +03:00
admin: command-line: VERSION has variance, dont use it
(cherry picked from commit 808f85e05f
)
This commit is contained in:
parent
928d1db7be
commit
7ed0e4dc3b
2 changed files with 5 additions and 3 deletions
|
@ -63,10 +63,14 @@ function section() {
|
|||
echo '```'
|
||||
}
|
||||
|
||||
function section_help() {
|
||||
section "##" "" 'forgejo `--help`' | sed -e '/^VERSION:/d' -e '/built with GNU Make/d'
|
||||
}
|
||||
|
||||
function generate() {
|
||||
front
|
||||
|
||||
section "##" "" 'forgejo `--help`'
|
||||
section_help
|
||||
|
||||
section "##" "forgejo-cli"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue