UNPKG

get-hosts-cli

Version:

`etc/hosts` as an array of arrays, on the CLI.

45 lines (28 loc) 934 B
# get-hosts > `etc/hosts` as an array of arrays, on the CLI. [![Build Status](https://travis-ci.org/icyflame/get-hosts-cli.svg?branch=master)](https://travis-ci.org/icyflame/get-hosts-cli) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/Flet/semistandard) `get-hosts --pretty` ![screenshot](screenshot.png) ## CLI ``` $ npm install --global get-hosts-cli ``` ``` $ get-hosts --help `etc/hosts` as an array of arrays, on the CLI. Usage $ get-hosts [--pretty] Examples $ get-hosts [ [ '127.0.0.1', 'localhost' ], [ '::1', 'ip6-localhost ip6-loopback' ], [ 'fe00::0', 'ip6-localnet' ], [ 'ff00::0', 'ip6-mcastprefix' ], [ 'ff02::1', 'ip6-allnodes' ], [ 'ff02::2', 'ip6-allrouters' ] ] Options -p, --pretty Show as a table. Default: false ``` ## License MIT © [Siddharth Kannan](http://icyflame.github.io)