Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.145.73.169
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : usage.js
'use strict'
var aliases = require('../config/cmd-list').aliases

module.exports = function usage (cmd, txt, opt) {
  var post = Object.keys(aliases).reduce(function (p, c) {
    var val = aliases[c]
    if (val !== cmd) return p
    return p.concat(c)
  }, [])

  if (opt || post.length > 0) txt += '\n\n'

  if (post.length === 1) {
    txt += 'alias: '
    txt += post.join(', ')
  } else if (post.length > 1) {
    txt += 'aliases: '
    txt += post.join(', ')
  }

  if (opt) {
    if (post.length > 0) txt += '\n'
    txt += 'common options: ' + opt
  }

  return txt
}
© 2025 GrazzMean