Skip to content
  • Aleksandr Bezobchuk's avatar
    cli: fix reset commands #8270 · 6e85f46d
    Aleksandr Bezobchuk authored
    Some applications use the command-line implementations directly,
    rather than through the root command. Because the implentations
    obtained config from an unexported global, this would not work.
    
    Instead, have each command that needs the config parse it where
    needed.
    6e85f46d