moved to cli framework

This commit is contained in:
2024-12-05 13:17:35 +06:00
parent 7136fe4607
commit 12cd3fe6db
5 changed files with 404 additions and 193 deletions

7
go.mod
View File

@@ -3,3 +3,10 @@ module github.com/direct-dev-ru/linux-command-gpt
go 1.18
require github.com/atotto/clipboard v0.1.4
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.27.5 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
)