Documentation
¶
Overview ¶
Package cmd contains command implementations
Index ¶
- Constants
- Variables
- func AddInspectorArgs(command *cobra.Command)
- func AddSSHFlags(cmd *cobra.Command)
- func Evaluate(code string) (any, []string, bool, error)
- func Execute()
- func InitializeInspector()
- func ShouldSkipUpload(d fs.DirEntry) bool
- func UploadDirectory(localPath string, remoteParentDir string, client *sftp.Client) error
- type ReplResponse
Constants ¶
View Source
const MinimalRequiredReplKoplugin = "v0.0.3"
Variables ¶
View Source
var ( Host string = "192.168.15.244" Port int = 8080 Inspector *koreaderinspector.HTTPInspectorClient )
View Source
var ( SSHPort int SSHUser string SSHPassword string SSHIdentityPath string )
Functions ¶
func AddInspectorArgs ¶
func AddSSHFlags ¶
func InitializeInspector ¶
func InitializeInspector()
func ShouldSkipUpload ¶
Types ¶
type ReplResponse ¶
Click to show internal directories.
Click to hide internal directories.