UNPKG

clinntp

Version:
4 lines (3 loc) 151 B
export function save (config, name, args) { config.set(name, { limit: args.limit, port: args.port, host: args.host, newsgroups: args.newsgroups }) }