forked from spf13/cobra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GHA
committed
Aug 29, 2023
0 parents
commit 19097e2
Showing
23 changed files
with
10,178 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<title> | ||
404 Page not found | ||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link | ||
href="/cobra/styles/screen.min.4da12525a66a84ce812f93508873c5b8f6dea25319370ccb4a1dbff90b86a91b.css" | ||
rel="stylesheet" | ||
media="screen" | ||
integrity="sha256-TaElJaZqhM6BL5NQiHPFuPbeolMZNwzLSh2/+QuGqRs=" /> | ||
<link | ||
href="/cobra/styles/print.min.b6ef0215cf5b87a6b35afb71fb3d02b9f76a8be7c142071725edffc30df8e67f.css" | ||
rel="stylesheet" | ||
media="print" | ||
integrity="sha256-tu8CFc9bh6azWvtx+z0Cufdqi+fBQgcXJe3/ww345n8=" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script | ||
src="/cobra/js/index.9eb557de32bb57d26313bf5737edf1ddeb0953be47b26637ab73a984517149f3.js" | ||
integrity="sha256-nrVX3jK7V9JjE79XN+3x3esJU75HsmY3q3OphFFxSfM=" | ||
defer></script> | ||
|
||
|
||
<style> | ||
[x-cloak] { | ||
display: none !important; | ||
} | ||
</style> | ||
</head> | ||
<body class="index" x-data="{ navOpen: false }" x-cloak> | ||
<a | ||
href="#" | ||
id="nav-button" | ||
@click="navOpen = !navOpen" | ||
:class="{'open': navOpen }"> | ||
<span> | ||
NAV | ||
<img src="/cobra/images/navbar.png" /> | ||
</span> | ||
</a> | ||
<div class="toc-wrapper" :class="{'open': navOpen }"> | ||
|
||
<img src="/cobra/images/logo.png" class="logo" /> | ||
|
||
|
||
<div class="search" x-data="searchController"> | ||
<input | ||
x-model.debounce.100ms="query" | ||
type="search" | ||
class="search" | ||
id="input-search" | ||
placeholder="Search" /> | ||
<ul | ||
class="search-results visible" | ||
x-show="results.length > 0" | ||
x-transition.duration.700ms> | ||
<template x-for="item in results"> | ||
<li> | ||
<a x-text="item.title" :href="`#${item.id}`"></a> | ||
</li> | ||
</template> | ||
</ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
<ul class="toc-footer"> | ||
|
||
<li> | ||
<a href="https://github.com/spf13/cobra"><img src="https://img.shields.io/badge/-spf13/cobra-323131.svg?logo=github&style=flat-square&longCache=true" alt="github.com/spf13/cobra"></a> | ||
</li> | ||
|
||
<li> | ||
Built with <a href="https://gohugo.io/">Hugo</a> theme <a href="https://github.com/bep/docuapi">DocuAPI</a> by <a href="https://github.com/bep">bep</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
<div class="page-wrapper"> | ||
<div class="dark-box"></div> | ||
<div class="content"> | ||
|
||
<h2>Page Not Found!</h2> | ||
|
||
</div> | ||
<div class="dark-box"> | ||
|
||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on Cobra documentation</title> | ||
<link>https://spf13.github.io/cobra/categories/</link> | ||
<description>Recent content in Categories on Cobra documentation</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en</language><atom:link href="https://spf13.github.io/cobra/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Cobra documentation</title> | ||
<link>https://spf13.github.io/cobra/completions/</link> | ||
<description>Recent content on Cobra documentation</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en</language><atom:link href="https://spf13.github.io/cobra/completions/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title></title> | ||
<link>https://spf13.github.io/cobra/completions/bash/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://spf13.github.io/cobra/completions/bash/</guid> | ||
<description>Generating Bash Completions For Your cobra.Command Please refer to Shell Completions for details. | ||
Bash legacy dynamic completions For backward compatibility, Cobra still supports its legacy dynamic completion solution (described below). Unlike the ValidArgsFunction solution, the legacy solution will only work for Bash shell-completion and not for other shells. This legacy solution can be used along-side ValidArgsFunction and RegisterFlagCompletionFunc(), as long as both solutions are not used for the same command.</description> | ||
</item> | ||
|
||
<item> | ||
<title></title> | ||
<link>https://spf13.github.io/cobra/completions/fish/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://spf13.github.io/cobra/completions/fish/</guid> | ||
<description>Generating Fish Completions For Your cobra.Command Please refer to Shell Completions for details.</description> | ||
</item> | ||
|
||
<item> | ||
<title></title> | ||
<link>https://spf13.github.io/cobra/completions/powershell/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://spf13.github.io/cobra/completions/powershell/</guid> | ||
<description>Generating PowerShell Completions For Your Own cobra.Command Please refer to Shell Completions for details.</description> | ||
</item> | ||
|
||
<item> | ||
<title></title> | ||
<link>https://spf13.github.io/cobra/completions/zsh/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://spf13.github.io/cobra/completions/zsh/</guid> | ||
<description>Generating Zsh Completion For Your cobra.Command Please refer to Shell Completions for details. | ||
Zsh completions standardization Cobra 1.1 standardized its zsh completion support to align it with its other shell completions. Although the API was kept backwards-compatible, some small changes in behavior were introduced. | ||
Deprecation summary See further below for more details on these deprecations. | ||
cmd.MarkZshCompPositionalArgumentFile(pos, []string{}) is no longer needed. It is therefore deprecated and silently ignored. cmd.MarkZshCompPositionalArgumentFile(pos, glob[]) is deprecated and silently ignored.</description> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
Oops, something went wrong.