Feature/commands (#18)

* re-organized command structure
* added 'dup' command
This commit is contained in:
T.v.Dein
2023-11-12 20:29:10 +01:00
committed by GitHub
parent 0782b0920b
commit 2f56761bf1
6 changed files with 310 additions and 82 deletions

View File

@@ -30,7 +30,7 @@ import (
lua "github.com/yuin/gopher-lua"
)
const VERSION string = "2.0.8"
const VERSION string = "2.0.9"
const Usage string = `This is rpn, a reverse polish notation calculator cli.