# Pastebin C8hzg4RQ 'use strict' const argCommand = require('../cmd-helpers').argCommand module.exports = (send) => { return function get (archive, compress, compressionLevel, cb){ return send('get', [archive, compress, compressionLevel], null, null, cb) } }