OwlCyberSecurity - MANAGER
Edit File: command_hierarchy.js
#!/usr/bin/env node require('yargs') .commandDir('cmds') .demandCommand() .help() .argv