1.0.1 • Published 3 years ago

nv-cli-ecma-doc-table v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

nv-cli-ecma-doc-table

  • nv-cli-ecma-doc-table
  • cli tool, show tables of ECMA262

install

  • npm install nv-cli-ecma-doc-table -g

usage

nv-cli-ecma-doc-table# nv_ecma-doc-table -h


    Usage: nv_ecma_doc_tbl [options]
    Options:
        -n, --name         table name
        -i, --id           table number id
        -k, --key          column names
        -v, --value        values
        -a, --all          all entries
        -h, --help         usage

example

nv-cli-ecma-doc-table#nv-cli-ecma-doc-table  -n agent  -k field
--------------------
# table-agent-record
--------------------
[
  { 'Field Name': '[[LittleEndian]]' },
  { 'Field Name': '[[CanBlock]]' },
  { 'Field Name': '[[Signifier]]' },
  { 'Field Name': '[[IsLockFree1]]' },
  { 'Field Name': '[[IsLockFree2]]' },
  { 'Field Name': '[[IsLockFree8]]' },
  { 'Field Name': '[[CandidateExecution]]' },
  { 'Field Name': '[[KeptAlive]]' }
]
----------------------------
# table-agent-events-records
----------------------------
[
  { 'Field Name': '[[AgentSignifier]]' },
  { 'Field Name': '[[EventList]]' },
  { 'Field Name': '[[AgentSynchronizesWith]]' }
]
nv-cli-ecma-doc-table#

LICENSE

  • ISC