Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASCIIOutput ¶
type ASCIIOutput bool
func (ASCIIOutput) Flag ¶
func (ASCIIOutput) Flag() string
func (*ASCIIOutput) IsBoolFlag ¶
func (option *ASCIIOutput) IsBoolFlag() bool
func (*ASCIIOutput) Set ¶
func (option *ASCIIOutput) Set(value string) error
func (ASCIIOutput) String ¶
func (ASCIIOutput) String() string
func (*ASCIIOutput) UnmarshalText ¶
func (option *ASCIIOutput) UnmarshalText(text []byte) error
type CompactOutput ¶
type CompactOutput bool
func (CompactOutput) Flag ¶
func (CompactOutput) Flag() string
func (*CompactOutput) IsBoolFlag ¶
func (option *CompactOutput) IsBoolFlag() bool
func (*CompactOutput) Set ¶
func (option *CompactOutput) Set(value string) error
func (CompactOutput) String ¶
func (CompactOutput) String() string
func (*CompactOutput) UnmarshalText ¶
func (option *CompactOutput) UnmarshalText(text []byte) error
type ForceColor ¶
type ForceColor bool
func (ForceColor) Flag ¶
func (ForceColor) Flag() string
func (*ForceColor) IsBoolFlag ¶
func (option *ForceColor) IsBoolFlag() bool
func (*ForceColor) Set ¶
func (option *ForceColor) Set(value string) error
func (ForceColor) String ¶
func (ForceColor) String() string
func (*ForceColor) UnmarshalText ¶
func (option *ForceColor) UnmarshalText(text []byte) error
type HideInputPane ¶
type HideInputPane bool
func (HideInputPane) Flag ¶
func (HideInputPane) Flag() string
func (*HideInputPane) IsBoolFlag ¶
func (option *HideInputPane) IsBoolFlag() bool
func (*HideInputPane) Set ¶
func (option *HideInputPane) Set(value string) error
func (HideInputPane) String ¶
func (HideInputPane) String() string
func (*HideInputPane) UnmarshalText ¶
func (option *HideInputPane) UnmarshalText(text []byte) error
type HistoryFile ¶
type HistoryFile string
func (HistoryFile) Flag ¶
func (HistoryFile) Flag() string
func (*HistoryFile) Set ¶
func (option *HistoryFile) Set(value string) error
func (HistoryFile) String ¶
func (HistoryFile) String() string
func (*HistoryFile) UnmarshalText ¶
func (option *HistoryFile) UnmarshalText(text []byte) error
type JoinOutput ¶
type JoinOutput bool
func (JoinOutput) Flag ¶
func (JoinOutput) Flag() string
func (*JoinOutput) IsBoolFlag ¶
func (option *JoinOutput) IsBoolFlag() bool
func (*JoinOutput) Set ¶
func (option *JoinOutput) Set(value string) error
func (JoinOutput) String ¶
func (JoinOutput) String() string
func (*JoinOutput) UnmarshalText ¶
func (option *JoinOutput) UnmarshalText(text []byte) error
type LibraryPaths ¶
type LibraryPaths []string
func (LibraryPaths) Flag ¶
func (LibraryPaths) Flag() string
func (*LibraryPaths) Set ¶
func (option *LibraryPaths) Set(value string) error
func (LibraryPaths) String ¶
func (LibraryPaths) String() string
func (*LibraryPaths) UnmarshalText ¶
func (option *LibraryPaths) UnmarshalText(text []byte) error
type Monochrome ¶
type Monochrome bool
func (Monochrome) Flag ¶
func (Monochrome) Flag() string
func (*Monochrome) IsBoolFlag ¶
func (option *Monochrome) IsBoolFlag() bool
func (*Monochrome) Set ¶
func (option *Monochrome) Set(value string) error
func (Monochrome) String ¶
func (Monochrome) String() string
func (*Monochrome) UnmarshalText ¶
func (option *Monochrome) UnmarshalText(text []byte) error
type NullInput ¶
type NullInput bool
func (*NullInput) IsBoolFlag ¶
func (*NullInput) UnmarshalText ¶
type Options ¶
type Options struct {
CompactOutput CompactOutput
NullInput NullInput
Slurp Slurp
RawOutput RawOutput
JoinOutput JoinOutput
ASCIIOutput ASCIIOutput
RawInput RawInput
Monochrome Monochrome
ForceColor ForceColor
SortKeys SortKeys
LibraryPaths LibraryPaths
HideInputPane HideInputPane
JQCommand JQCommand
HistoryFile HistoryFile
}
type RawOutput ¶
type RawOutput bool
func (*RawOutput) IsBoolFlag ¶
func (*RawOutput) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.