Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 374 Bytes

Developing a Command Line Application in Go

Command Line App in Go using urfave/cli package.

To run the project on the terminal, type the following command:

go run .\main.go ip --host git.luolix.top.br
go run .\main.go servers --host git.luolix.top.br

Some links: