process

command
v0.0.0-...-155abb7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

`process` inspects and manages running processes.

Main subcommands: - `list` to view running tasks. - `info` for detailed process data. - `kill` to send signals. - `tree` to view parent/child structure.

Example usage: ```sh process list process info 1234 process kill --signal TERM 1234 process tree ```