reportcmdstatus - Textually show how the given command finished



NAME

reportcmdstatus - Textually show how the given command finished (exit status/signal)


SYNOPSIS

reportcmdstatus [OPTIONS] [--] COMMAND [ARGS]


OPTIONS

-c, --clone-status

Take COMMAND's status and itself exits with it. Default is to exit 0.

If COMMAND did not exit normally, but it is terminated by a signal, exit 128 + SIGNAL, like most shells do.

-s, --report-start

Report what is being started, ie. COMMAND ARGS, to the STDERR.

-w, --wait-end

Wait when COMMAND ended for the user to press Enter before quit.