Skip to content
  • Thomas Haller's avatar
    cli: make OptionInfo immutable · 6763097c
    Thomas Haller authored
    Don't mutate global state. For now, hack around it by putting
    the mutable flags to a separate (global) cache. Obviously, it
    still uses global data, but it no longer touches the global
    option_info list.
    6763097c