Documentation
¶
Overview ¶
Package bashvalidation classifies shell commands before execution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandFromInput ¶
Types ¶
type Intent ¶
type Intent string
const ( IntentReadOnly Intent = "read-only" IntentWrite Intent = "write" IntentDestructive Intent = "destructive" IntentNetwork Intent = "network" IntentProcessManagement Intent = "process-management" IntentPackageManagement Intent = "package-management" IntentSystemAdmin Intent = "system-admin" IntentUnknown Intent = "unknown" )
Click to show internal directories.
Click to hide internal directories.