pippolo84 / hive-cli

Hive-based CLI test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hive-based extendable CLI

A test to build an extendable CLI based on the hive framework

Build the original CLI with:

make

the available commands are:

cli
├── foo
└── bar
    └── one

Each with its specific flags.

Build the extended CLI with:

make -C extended

the additional bar subcommand named two is listed:

cli
├── foo
└── bar
    ├── one
    └── two

About

Hive-based CLI test


Languages

Language:Go 97.5%Language:Makefile 2.5%