Added cli for general usage of Vikunja (#66)
This commit is contained in:
parent
5525ee0328
commit
8d78e473f5
28 changed files with 4117 additions and 58 deletions
|
|
@ -27,7 +27,7 @@ import (
|
|||
)
|
||||
|
||||
// InitConfig initializes the config, sets defaults etc.
|
||||
func init() {
|
||||
func InitConfig() {
|
||||
|
||||
// Set defaults
|
||||
// Service config
|
||||
|
|
|
|||
Reference in a new issue