mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
* feat: implement load_options. * refactor: build by ConfigOptions. * refactor: init_global_logging by LoggingOptions. * chore: make clippy happy. * refactor: use TopLevelOptions push top level options to subcommand. * test: test TopLevelOptions. * refactor: push Options in Box. * refactor: push Options in Box. * refactor: use let-else and Options.