# File lib/simp/cli/config/items/data/cli_network_interface.rb, line 8
    def initialize
      super
      @key         = 'cli::network::interface'
      @description = 'The network interface to use to connect to the network.'
      @data_type   = :cli_params
    end