# CLI

## Table of Contents

- [CLI](#cli)
  - [Table of Contents](#table-of-contents)
  - [Frameworks](#frameworks)

## Frameworks

| No  | Language   | Framework                       | [GitHub]                                  |
| --- | ---------- | ------------------------------- | ----------------------------------------- |
| 1   | Go         | [cobra-cli](https://cobra.dev/) | [GitHub](https://github.com/spf13/cobra)  |
| 2   | Rust       | [clap](http://docs.rs/clap)     | [GitHub](https://github.com/clap-rs/clap) |
| 3   | TypeScript | [oclif](https://oclif.io/)      | [GitHub](https://github.com/oclif/oclif)  |