wip tests

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent 6d6bf4f076
commit 62db51d979
4 changed files with 95 additions and 31 deletions

View File

@@ -7,9 +7,9 @@ import (
// BaseCommand provides common fields to all commands.
type BaseCommand struct {
Stdin io.ReadCloser
Stdout io.WriteCloser
Stderr io.WriteCloser
Stdin io.Reader
Stdout io.Writer
Stderr io.Writer
}
// Init initializes BaseCommand with default arguments