Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI

A personal command-line toolkit

Testing with go run

If you want to test a command without compiling, use:

go run main.go [command]

Compilation

Execute in the project root (where main.go is located) to generate the executable:

go build -o mycli

Then run the commands with:

./mycli [command]

About

Personal CLI (Command Line Interface) toolkit

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages