Documentation
¶
Overview ¶
Copyright © 2022-2023 Oliver Götz <developer@geekgasm.eu>
Copyright © 2022-2023 Oliver Götz <developer@geekgasm.eu>
Copyright © 2022-2023 Oliver Götz <developer@geekgasm.eu>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyToClipboard ¶
func CopyToClipboard(output string)
func Output ¶ added in v0.6.0
func Output(output []string, options OutputOptions)
func WriteToFile ¶
Types ¶
type OutputOptions ¶ added in v0.6.0
type OutputOptions struct {
Multiline bool
Clipboard bool
Stdout bool
OutputFile string
ChunkSize int
}
func GetOutputOptions ¶ added in v0.6.0
func GetOutputOptions(flags *pflag.FlagSet) OutputOptions
Click to show internal directories.
Click to hide internal directories.