You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang
d0dbe52e76
Refactor to use urfave/cli/v2 ( #25959 )
...
Replace #10912
And there are many new tests to cover the CLI behavior
There were some concerns about the "option order in hook scripts"
(https://github.com/go-gitea/gitea/pull/10912#issuecomment-1137543314 ),
it's not a problem now. Because the hook script uses `/gitea hook
--config=/app.ini pre-receive` format. The "config" is a global option,
it can appear anywhere.
----
## ⚠️ BREAKING ⚠️
This PR does it best to avoid breaking anything. The major changes are:
* `gitea` itself won't accept web's options: `--install-port` / `--pid`
/ `--port` / `--quiet` / `--verbose` .... They are `web` sub-command's
options.
* Use `./gitea web --pid ....` instead
* `./gitea` can still run the `web` sub-command as shorthand, with
default options
* The sub-command's options must follow the sub-command
* Before: `./gitea --sub-opt subcmd` might equal to `./gitea subcmd
--sub-opt` (well, might not ...)
* After: only `./gitea subcmd --sub-opt` could be used
* The global options like `--config` are not affected
2 years ago
..
administration
Refactor to use urfave/cli/v2 ( #25959 )
2 years ago
contributing
Change branch name from master to main in some documents' links ( #25126 )
2 years ago
development
Move public asset files to the proper directory ( #25907 )
2 years ago
help
Update path related documents ( #25417 )
2 years ago
installation
Correctly refer to dev tags as nightly in the docker docs ( #26004 )
2 years ago
usage
RPM Registry: Show zypper commands for SUSE based distros as well ( #25981 )
2 years ago
actions.en-us.md
Docs for Gitea Actions ( #24405 )
2 years ago
administration.en-us.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
administration.fr-fr.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
administration.zh-cn.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
administration.zh-tw.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
contributing.en-us.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
contributing.fr-fr.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
contributing.zh-tw.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
development.en-us.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
development.zh-cn.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
development.zh-tw.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
help.en-us.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
help.fr-fr.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
help.zh-cn.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
help.zh-tw.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
installation.en-us.md
Import docs into main repository ( #2874 )
7 years ago
installation.fr-fr.md
General documentation cleanup ( #3317 )
7 years ago
installation.zh-cn.md
Import docs into main repository ( #2874 )
7 years ago
installation.zh-tw.md
Import docs into main repository ( #2874 )
7 years ago
packages.en-us.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
search.de-de.md
Refactor docs ( #23752 )
2 years ago
search.en-us.md
Refactor docs ( #23752 )
2 years ago
search.fr-fr.md
Refactor docs ( #23752 )
2 years ago
search.nl-nl.md
Refactor docs ( #23752 )
2 years ago
search.pt-br.md
Refactor docs ( #23752 )
2 years ago
search.zh-cn.md
Refactor docs ( #23752 )
2 years ago
search.zh-tw.md
Refactor docs ( #23752 )
2 years ago
usage.en-us.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
usage.zh-cn.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago
usage.zh-tw.md
Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts ( #23629 )
2 years ago