index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ipc
/
handler.go
blob: 9ed81be05059258ae1253996e15e877c1f2700cb (
plain
) (
tree
)
c6a08b10
c6a08b10
4a0bb5d1
c6a08b10
1
2
3
4
5
package
ipc
type
Handler
interface
{
Command
(
args
[]
string
)
error
}