Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
const LS = require('./ls.js') class LL extends LS { static name = 'll' static usage = ['[[<@scope>/] ...]'] async exec (args) { this.npm.config.set('long', true) return super.exec(args) } } module.exports = LL