command
module
Version:
v0.0.0-...-d2e7472
Opens a new window with list of versions in this module.
Published: Jul 9, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.