Documentation ¶
Index ¶
- Constants
- Variables
- func ChAttr(file *os.File, attributes int) error
- func CopyFile(src string, dest string) error
- func IsFileExists(file string) bool
- func RegisterPlugin(name string, explanation string, action func(*kingpin.ParseContext) error) *kingpin.CmdClause
- func StringInSlice(slice []string, s string) bool
Constants ¶
View Source
const ( FS_IMMUTABLE_FL int = C.FS_IMMUTABLE_FL FS_APPEND_FL int = C.FS_APPEND_FL FS_NOATIME_FL int = C.FS_NOATIME_FL )
Variables ¶
View Source
var (
App = kingpin.New("debug-this-motherfucker", "A collection of mind fucking trolling hacks")
)
Explanations plugins supported
Functions ¶
func RegisterPlugin ¶
func RegisterPlugin(name string, explanation string, action func(*kingpin.ParseContext) error) *kingpin.CmdClause
RegisterPlugin registers a plugin
func StringInSlice ¶
StringInSlice check if string in slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.