Skip to content

aleroxac/goexpert-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goexpert-cli

Setup

go install github.com/spf13/cobra-cli@latest

Modo de uso

sqlite3 db.sqlite 'create table categories (id string, name string, description string);'
go run main.go category create --name "lang" --description "go"