cmd

package
v1.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd interface {
	Symlink(src, target string) string
	Remove(file string) string
	Path(file string) string
	ChangeDirTime(dir string) string
	Script(mode, file string) string
}

func New

func New(os string) Cmd

type LinuxCmd

type LinuxCmd struct{}

func (LinuxCmd) ChangeDirTime

func (c LinuxCmd) ChangeDirTime(dir string) string

func (LinuxCmd) Path

func (c LinuxCmd) Path(file string) string

func (LinuxCmd) Remove

func (LinuxCmd) Remove(file string) string

func (LinuxCmd) Script

func (c LinuxCmd) Script(mode, file string) string
func (LinuxCmd) Symlink(src, target string) string

type WindowsCmd

type WindowsCmd struct{}

func (WindowsCmd) ChangeDirTime

func (w WindowsCmd) ChangeDirTime(dir string) string

func (WindowsCmd) Path

func (WindowsCmd) Path(file string) string

func (WindowsCmd) Remove

func (w WindowsCmd) Remove(file string) string

func (WindowsCmd) Script

func (w WindowsCmd) Script(mode, file string) string
func (w WindowsCmd) Symlink(src, target string) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL