Skip to content

detach

Usage
detach [-h] [--version] <command> [args...]
Runs a command in the background using nohup, fully detached from the
terminal with stdout/stderr discarded. The command survives the current
session.

Arguments:

-h, --help Show help message
--version Show version information
command The command to run detached
args... Additional arguments for the command

Returns:

0 Command launched or help/version shown
1 No command provided or unknown option
Examples
detach rsync -a ./data remote:/backup/