mirror of
https://github.com/fosrl/olm.git
synced 2026-02-22 04:46:45 +00:00
@@ -22,7 +22,7 @@ import (
|
||||
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
)
|
||||
|
||||
func Olm(ctx context.Context, args []string) {
|
||||
func Run(ctx context.Context, args []string) {
|
||||
// Load configuration from file, env vars, and CLI args
|
||||
// Priority: CLI args > Env vars > Config file > Defaults
|
||||
config, showVersion, showConfig, err := LoadConfig(args)
|
||||
|
||||
Reference in New Issue
Block a user