HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/bash-completion/completions/
Upload File :
Current File : //proc/1991111/root/usr/share/bash-completion/completions/node
_node_complete() {
  local cur_word options
  cur_word="${COMP_WORDS[COMP_CWORD]}"
  if [[ "${cur_word}" == -* ]] ; then
    COMPREPLY=( $(compgen -W '--experimental-abortcontroller --experimental-import-meta-resolve --experimental-vm-modules --report-signal --throw-deprecation --experimental-test-coverage --trace-deprecation --eval --experimental-default-type --heapsnapshot-signal --watch --watch-path --deprecation --force-node-api-uncaught-exceptions-policy --node-memory-debug --experimental-specifier-resolution --addons --warnings --tls-min-v1.1 --expose-internals --preserve-symlinks-main --test-concurrency --global-search-paths --experimental-global-customevent --prof --heap-prof --pending-deprecation --test-only --dns-result-order --tls-min-v1.2 --inspect-brk-node --tls-min-v1.0 --openssl-shared-config --experimental-json-modules --conditions --help --heap-prof-interval --cpu-prof-interval --security-revert --disable-proto --cpu-prof --zero-fill-buffers --test-shard --experimental-worker --use-bundled-ca --experimental-top-level-await --openssl-legacy-provider --v8-pool-size --force-fips --experimental-shadow-realm --perf-prof-unwinding-info --force-context-aware --max-semi-space-size --experimental-global-webcrypto --completion-bash --preserve-symlinks --abort-on-uncaught-exception --trace-event-categories --v8-options --report-dir --disallow-code-generation-from-strings --title --heapsnapshot-near-heap-limit --unhandled-rejections --snapshot-blob --report-on-fatalerror --force-async-hooks-checks --diagnostic-dir --huge-max-old-generation-size --node-snapshot --icu-data-dir --report-filename --interpreted-frames-native-stack --tls-cipher-list --test-name-pattern --use-largepages --test-reporter --secure-heap --experimental-loader --policy-integrity --verify-base-objects --build-snapshot --debug --experimental-fetch --http-parser --enable-source-maps --insecure-http-parser --watch-preserve-output --use-openssl-ca --experimental-wasm-modules --experimental-network-imports --check --inspect --secure-heap-min --enable-network-family-autoselection --debug-arraybuffer-allocations --report-compact --trace-sync-io --napi-modules --enable-fips --tls-min-v1.3 --test-udp-no-try-send --tls-max-v1.3 --inspect-publish-uid --inspect-brk --heap-prof-name --version --frozen-intrinsics --harmony-shadow-realm --inspect-port --trace-exit --cpu-prof-name --report-uncaught-exception --tls-keylog --max-http-header-size --redirect-warnings --enable-etw-stack-walking --perf-basic-prof --max-old-space-size --heap-prof-dir --trace-event-file-pattern --test-reporter-destination --cpu-prof-dir --report-on-signal --trace-atomics-wait --print --perf-basic-prof-only-functions --experimental-report --experimental-modules --perf-prof --experimental-policy --track-heap-objects --input-type --jitless --tls-max-v1.2 --trace-tls --trace-sigint --import --test --debug-brk --trace-warnings --prof-process --experimental-repl-await --openssl-config --trace-uncaught --extra-info-on-fatal-exception --stack-trace-limit --experimental-wasi-unstable-preview1 --interactive --require -e --inspect-brk= -c --inspect-brk-node= --prof-process --debug-brk= -pe -C --trace-events-enabled -v --debug-port --loader --security-reverts --print <arg> --inspect= --es-module-specifier-resolution -h --debug= -i --report-directory -p -r' -- "${cur_word}") )
    return 0
  else
    COMPREPLY=( $(compgen -f "${cur_word}") )
    return 0
  fi
}
complete -o filenames -o nospace -o bashdefault -F _node_complete node node_g