Skip to main content

Crate procutils_skill

Crate procutils_skill 

Source

Structs§

Args
Send a signal to processes selected by user, tty, pid, or command.

Constants§

MAN

Functions§

preprocess_argv
Lift the first -SIG / -N / -NAME argument out of argv and rewrite it as --signal SIG, so the rest of the args parse normally under clap. The signal can appear anywhere on the command line. argv[0] is preserved untouched.
run