academic / gURL

gURL is a cURL implementation with Go
MIT License
15 stars 3 forks source link

cli command structure changed #1

Closed gozeloglu closed 2 years ago

gozeloglu commented 2 years ago

I changed structure of the project and added cmd/ directory to write CLI commands. root.go is the file that contains starting point of the CLI app. commands.go contains commands as a variable. We can extend CLI application by adding new commands as a variable.