about summary refs log tree commit diff stats
path: root/internal/config/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/structs.go')
-rw-r--r--internal/config/structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/structs.go b/internal/config/structs.go
index 8c69733..30ad975 100644
--- a/internal/config/structs.go
+++ b/internal/config/structs.go
@@ -50,6 +50,7 @@ type Source struct {
 	OutputPath string       `comment:"(Fetcher=channel) Path under ./result symlink to folder containing {options,packages}.json."`
 	Repo       Repository   `comment:"Used to generate declaration/definition links"`
 	Programs   ProgramsDB   `comment:"Used to enable searching for programs in multi-program packages"`
+	JSONDepth  int          `comment:"Depth at which packages/object object is to be found"`
 }
 
 type ProgramsDB struct {