Skip to content
  • Thomas Haller's avatar
    cli: cleanup meta data virtual function arguments · b7efa627
    Thomas Haller authored
    - have the "self" argument first, before the environment arguments.
      It's more idiomatic.
    - from within cli, always pass nmc_meta_environment and nmc_meta_arg
      where needed.
    - drop the union in NMMetaAbstractInfo. I was suppost to make casts
      nicer, but it doesn't really.
    b7efa627