mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-03 23:57:27 -04:00
Export ClipClearProcess()
This commit is contained in:
@@ -71,6 +71,6 @@ func ClipClearArgument() error {
|
||||
if assignedContents == "" {
|
||||
os.Exit(0) // use os.Exit instead of core.Exit, as this function runs out of a background subprocess that is invisible to the user (will never appear in GUI/TUI environment)
|
||||
}
|
||||
err := clipClearProcess(assignedContents)
|
||||
err := ClipClearProcess(assignedContents)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user