# ascii-flags CLI

> Get county flags through the CLI

## Install

```
$ npm install --g ascii-flags
```

## Usage

```js
ascii-flags
//=> flags...
```

## API

### -p, --pure-ascii

Outputs all flags in pure-ascii format.

### -u, --unicode

Outputs all flags in unicode format.

### -h --help

Outputs the docs

## License

MIT © [Arnolds Kozlovskis](https://github.com/arniekoz)