separate core from cli into submodules, add support for boolean and and or operations, make more fields public, fix passing arguments to functions
This commit is contained in:
parent
7498c85424
commit
62656c6dff
19 changed files with 202 additions and 99 deletions
10
cli/go.mod
Normal file
10
cli/go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module neemek.com/angalis/cli
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/alecthomas/kong v1.5.1
|
||||
neemek.com/anglais/core v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
replace neemek.com/anglais/core => ../core
|
||||
Loading…
Add table
Add a link
Reference in a new issue