Documentation
¶
Index ¶
- type Config
- func (c *Config) ApplyPrintOptionsConfig(po options_print.V0)
- func (c Config) GetCLIFlags() (flags []string)
- func (c Config) IsDryRun() bool
- func (c *Config) SetDryRun(v bool)
- func (c *Config) SetFlagSet(flagSet *flag.FlagSet)
- func (c Config) UsePredictableZettelIds() bool
- func (c Config) UsePrintTags() bool
- func (c Config) UsePrintTime() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
BasePath string
Debug debug.Options
Verbose bool
Quiet bool
Todo bool
IgnoreHookErrors bool
Hooks string
CheckoutCacheEnabled bool
PredictableZettelIds bool
PrintOptions options_print.V0
ToolOptions options_tools.Options
descriptions.Description
// contains filtered or unexported fields
}
func (*Config) ApplyPrintOptionsConfig ¶
func (c *Config) ApplyPrintOptionsConfig( po options_print.V0, )
func (Config) GetCLIFlags ¶
TODO add support for all flags
func (*Config) SetFlagSet ¶
func (Config) UsePredictableZettelIds ¶
func (Config) UsePrintTags ¶
func (Config) UsePrintTime ¶
Click to show internal directories.
Click to hide internal directories.