Create the init subcommand
- Create a init command in
cmd/config/init.go
- Add test
Add prompts for necessities for the following:
- default log type
- default output type
- bb repo location
- credential helper
All info will be stored in config.yaml file
Edited by Jacob Kershaw