mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-10 20:47:46 +00:00
14 lines
225 B
JavaScript
14 lines
225 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Exports Yargs commands
|
|
* @see https://github.com/yargs/yargs/blob/main/docs/advanced.md
|
|
* @private
|
|
* @module
|
|
*/
|
|
|
|
exports.init = require('./init');
|
|
|
|
// default command
|
|
exports.run = require('./run');
|