aboutsummaryrefslogtreecommitdiff
path: root/cmd/maleeni/compile.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the shorthand for --compression-level option from the compile commandRyo Nihei2021-05-131-1/+1
|
* Add --compression-level option to compile commandRyo Nihei2021-05-111-3/+7
| | | | --compression-level specifies a compression level. The default value is 2.
* Change package structureRyo Nihei2021-05-081-0/+115
The executable can be installed using `go install ./cmd/maleeni`.