aboutsummaryrefslogtreecommitdiff
path: root/cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support passive mode transitionRyo Nihei2021-06-101-1/+4
|
* 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-112-5/+9
| | | | --compression-level specifies a compression level. The default value is 2.
* Change package structureRyo Nihei2021-05-085-0/+355
The executable can be installed using `go install ./cmd/maleeni`.