cligo

command module
v0.0.0-...-d2e7472 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2021 License: MIT Imports: 5 Imported by: 0

README

CLI GO

A simple Command Line Interface written in Go.

Dependencies

Install all dependencies

go get

Update dependencies

go mod tidy
go get -u

Build

MacOS & Linux:

go build -o ./bin/cligo

Windows:

go build -o ./bin/cligo .    

Run

MacOS & Linux:

./bin/cligo [args]

Windows:

bin\cligo.exe [args]

Dependencies

This software is based on Mitchell CLI

https://pkg.go.dev/github.com/mitchellh/cli

Posener Complete

https://pkg.go.dev/github.com/posener/complete

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL