automoto
Results
7
issues of
automoto
ability to load custom golang templates locally that output markdown.
enhancement
Add a yaml based configuration option. Example of an older config ``` type DevLogConfig struct { Questions []string `yaml:"questions"` Other []string `yaml:"other_section"` } func (c *DevLogConfig) getConfig(configFilePath string) *DevLogConfig {...
spike: try to get a working interactive mode again, look back in master history to see previous attempt
enhancement