Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Language string
Functions ¶
Types ¶
type Key ¶
type Key string
const ( ReadDescription Key = "readDescription" ReadArgPath Key = "readArgPath" ReadArgEncoding Key = "readArgEncoding" WriteDescription Key = "writeDescription" WriteArgPath Key = "writeArgPath" WriteArgContent Key = "writeArgContent" WriteArgEncoding Key = "writeArgEncoding" EditDescription Key = "editDescription" EditArgPath Key = "editArgPath" EditArgSearch Key = "editArgSearch" EditArgReplace Key = "editArgReplace" GlobDescription Key = "globDescription" GlobArgPattern Key = "globArgPattern" GlobArgDir Key = "globArgDir" GrepDescription Key = "grepDescription" GrepArgPattern Key = "grepArgPattern" GrepArgPath Key = "grepArgPath" GrepArgIgnoreCase Key = "grepArgIgnoreCase" BashDescription Key = "bashDescription" BashArgCommand Key = "bashArgCommand" BashArgWorkingDir Key = "bashArgWorkingDir" )
Click to show internal directories.
Click to hide internal directories.