mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 13:33:32 +02:00
add TOC
This commit is contained in:
@@ -68,7 +68,7 @@ update-changelog:
|
|||||||
release:
|
release:
|
||||||
perl -pi -e 'undef $$/; s/\n```\nusage.*```//sg' README.md
|
perl -pi -e 'undef $$/; s/\n```\nusage.*```//sg' README.md
|
||||||
echo '```' >> README.md
|
echo '```' >> README.md
|
||||||
./jira --help >> README.md || true
|
./jira --help >> README.md 2>&1 || true
|
||||||
echo '```' >> README.md
|
echo '```' >> README.md
|
||||||
git diff --exit-code --quiet README.md || git commit -m "Updated Usage" README.md
|
git diff --exit-code --quiet README.md || git commit -m "Updated Usage" README.md
|
||||||
git commit -m "Updated Changelog" CHANGELOG.md
|
git commit -m "Updated Changelog" CHANGELOG.md
|
||||||
|
|||||||
@@ -3,6 +3,34 @@
|
|||||||
[](https://godoc.org/gopkg.in/Netflix-Skunkworks/go-jira.v1)
|
[](https://godoc.org/gopkg.in/Netflix-Skunkworks/go-jira.v1)
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
|
|
||||||
|
Table of Contents
|
||||||
|
=================
|
||||||
|
|
||||||
|
* [Install](#install)
|
||||||
|
* [Download](#download)
|
||||||
|
* [Build](#build)
|
||||||
|
* [v1 vs v0 changes](#v1-vs-v0-changes)
|
||||||
|
* [<strong>Golang library import</strong>](#golang-library-import)
|
||||||
|
* [<strong>Configs per command</strong>](#configs-per-command)
|
||||||
|
* [<strong>Custom Commands</strong>](#custom-commands)
|
||||||
|
* [<strong>Incompatible command changes</strong>](#incompatible-command-changes)
|
||||||
|
* [<strong>Login process change</strong>](#login-process-change)
|
||||||
|
* [Configuration](#configuration)
|
||||||
|
* [Dynamic Configuration](#dynamic-configuration)
|
||||||
|
* [Custom Commands](#custom-commands-1)
|
||||||
|
* [Commands](#commands)
|
||||||
|
* [Options](#options)
|
||||||
|
* [Arguments](#arguments)
|
||||||
|
* [Script Template](#script-template)
|
||||||
|
* [Examples](#examples)
|
||||||
|
* [Editing](#editing)
|
||||||
|
* [Templates](#templates)
|
||||||
|
* [Writing/Editing Templates](#writingediting-templates)
|
||||||
|
* [Authentication](#authentication)
|
||||||
|
* [keyring password source](#keyring-password-source)
|
||||||
|
* [pass password source](#pass-password-source)
|
||||||
|
* [Usage](#usage)
|
||||||
|
|
||||||
# go-jira
|
# go-jira
|
||||||
simple command line client for Atlassian's Jira service written in Go
|
simple command line client for Atlassian's Jira service written in Go
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user