aleroxac / goexpert-cli

goexpert-cli

Home Page:https://github.com/aleroxac/goexpert-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"