From d34eda77dceb10ef9f74575faaac5300d4def989 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Mon, 21 Jul 2025 16:12:56 -0500 Subject: [PATCH] Delete the old CLI option sections --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 830f716..d235a52 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,6 @@ Whether or not it is required depends on how your Gitea instance and the reposit For details, see Gitea's documentation on [token scopes](https://docs.gitea.com/development/oauth2-provider#scopes). -### ``: - -The Gitea server URL must be provided with `--url` or `-u` on the command line, or via the environment variable `GTTOOL_GITEA_URL`. Use the base URL for your Gitea instance. - -E.g.: Using the Gitea org's demo instance, it would be: `--url "https://demo.gitea.com/"` - -### ``: - -The repository name must be provided with `--repo` or `-u` on the command line, or via the environment variable `GTTOOL_GITEA_FQRN` ("fully qualified repo name"). Use the format `/`, which is the route immediately following the GITEA_URL base. This is how GitHub and Gitea identify repos in the URL, and how Golang locates it's modules, so this tool does the same. - -E.g.: `--repo "go-gitea/gitea"` would name the Gitea repo belonging to the go-gitea organization. - ### `` Override the default (current-directory) project name when searching through the config files for this project's settings.