Export ClipClearProcess()

This commit is contained in:
2025-11-09 23:57:26 -05:00
parent 8f4590cf34
commit 9703790336
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
}