moinsen_cli library
moinsen_cli, Say moinsen to help you with your flutter projects
# activate moinsen_cli
dart pub global activate moinsen_cli
# see usage
moinsen --help
Classes
- CommandRequest
- CommandRequest represents a command to be executed by the server. It contains all necessary information to process any supported command type.
- CommandResponse
- CommandResponse represents the server's response to a command request. It includes the command result and any relevant metadata.
- CommandServiceBase
- CommandServiceClient
- CommandType
- CommandType defines all available command operations that can be performed through the service.
- FileInfo
- FileInfo contains metadata about a file or directory. Used primarily in LIST command responses.