Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogLevel ¶
LogLevel is a wrapper for logger log level.
func (*LogLevel) MarshalFlag ¶
MarshalFlag is the go-flags Value MarshalFlag implementation for LogLevel.
func (*LogLevel) UnmarshalFlag ¶
UnmarshalFlag is the go-flags Value UnmarshalFlag implementation for LogLevel.
type Options ¶
type Options struct { DryRun bool `long:"dry-run" short:"d" description:"Don't render any markdown file, just print in the console."` LogLevel LogLevel `` /* 150-byte string literal not displayed */ TemplateFile string `` /* 136-byte string literal not displayed */ Positional struct { Directory string `description:"Kapitan project directory." default:"."` } `positional-args:"yes"` }
Options wraps all flags.
Click to show internal directories.
Click to hide internal directories.