From e954a2b09a261b890c79bd5b91c297b6803108df Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Mon, 21 Jul 2025 14:54:16 -0500 Subject: [PATCH] Drop notice about CLI not having "repo" & "owner" --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 519e952..ceb5707 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,6 @@ repo = "gt-tool" token = "fake-token" ``` -Notice that there is an "owner" *and* "repo" key here, while the CLI args only have a repo option. This is a left-over inconsistency caused from the earlier design expecting to get `"/"` together for use in the HTTP-API call. I'll fix it later. - Some may apply to all projects. For this, one can use the special `[all]` table. ```toml