Skip to content

Update the disown command

Dan Robertson requested to merge dlrobertson:improve_disown into master

Problem:

  • disown panics if
    • No arguments are provided to the command
    • No jobspec's are provided to the -r or -h options
  • disown does not have a help option

Solution:

Add a few extra checks in the implementation of disown and add disown::print_help.

Other:

I hit this a few times as I was learning how to use disown.

Merge request reports