diff --git a/options.go b/options.go index 0c2f74e..5d56a85 100644 --- a/options.go +++ b/options.go @@ -2548,6 +2548,11 @@ func LoadLatestOptions(path string, env *Env, ignoreUnknownOpts bool, cache *Cac return } +// Options gets the latest options. +func (l *LatestOptions) Options() *Options { + return &l.opts +} + // ColumnFamilyNames gets column family names. func (l *LatestOptions) ColumnFamilyNames() []string { return l.cfNames