Proper help text & new README structure #311
No reviewers
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#311
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "noerw/tea:improve-app-help"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
tea
,tea help
,tea --help
, now including a proper description, examples, about, ..Usage
section of the README with rawtea help
output: IMO having a different text in the readme is a lame excuse to not ship good help in the binary.tea --version
output only the version, for enhanced parseability (breaking?)let me know what you think
preview the new readme here
@ -6,3 +6,2 @@
Tea is a command line tool for interacting on one or more Gitea instances.
It uses [code.gitea.io/sdk](https://code.gitea.io/sdk) and interacts with the Gitea API
![demo gif](./demo.gif)
@techknowlogick can you update demo gif on dl.gitea.io with the gif of this pull?
@ -10,1 +9,3 @@
![demo gif](https://dl.gitea.io/screenshots/tea_demo.gif)
```
tea - command line tool to interact with Gitea
version 0.6.0+17-g1c10f33
version 0.7.0 preview ... or so (should be changed on release)
@ -60,1 +67,4 @@
}
var appDescription = `tea is a productivity helper for Gitea. It can be used to manage most entities on one
or multiple Gitea instances, and also provides local helpers like 'tea pull checkout'.
@ -29,41 +91,6 @@ brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install tea
I'd like to add
### macOS
before these lines and also move them before alphinelinux since this is an official one.Otherwise LGTM
@ -4,3 +4,3 @@
## The official CLI interface for gitea
### the official CLI for gitea
I would suggest to use
### The official CLI for gitea
instead.