package zli2
import "zgo.at/elles/zli2"
Index ¶
- type Flag
- type Section
- type Usage
- func MustParse(s string) Usage
- func Parse(s string) (Usage, error)
- func (u Usage) CompleteBash() string
- func (u Usage) CompleteFish() string
- func (u Usage) CompleteZsh(name, site string) string
- func (u Usage) Flag(name string) (string, bool)
- func (u Usage) Mandoc(name string, sect int) string
- func (u Usage) Section(name string) (string, bool)
- func (u Usage) String() string
Types ¶
type Flag ¶
type Section ¶
type Usage ¶
func MustParse ¶
func Parse ¶
func (Usage) CompleteBash ¶
TODO
func (Usage) CompleteFish ¶
TODO
func (Usage) CompleteZsh ¶
TODO: finish; to really get something decent we need at least:
- A short description for flags. - Annotate which flags conflict. - Know if _files is correct. - Flags that can be doubled (-ll).
And also:
- Flags that take arguments, and what kind. - Positional arguments.
func (Usage) Flag ¶
flag gets documentation for the flag.
func (Usage) Mandoc ¶
func (Usage) Section ¶
Section gets documentation for the section.
func (Usage) String ¶
Should print back the original.
Source Files ¶
usagep.go
- Version
- v0.2.0 (latest)
- Published
- Jul 9, 2024
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 1 month ago –
Tools for package owners.