/home/u866425823/domains/sayarainternationaltours.in/node_modules/yaml/ |
Current File : /home/u866425823/domains/sayarainternationaltours.in/node_modules/yaml/bin.mjs |
#!/usr/bin/env node import { UserError, cli, help } from './dist/cli.mjs' cli(process.stdin, error => { if (error instanceof UserError) { if (error.code === UserError.ARGS) console.error(`${help}\n`) console.error(error.message) process.exitCode = error.code } else if (error) throw error })