use parse_human_number for all command line args with numbers
commitfb4a6e2eba5aaeb7b9dcfc539e4fc5d6fe019cf0
authorrofl0r <rofl0r@users.noreply.github.com>
Sat, 24 Oct 2020 13:31:27 +0000 (24 14:31 +0100)
committerrofl0r <rofl0r@users.noreply.github.com>
Sat, 24 Oct 2020 13:31:27 +0000 (24 14:31 +0100)
tree27c5e73325ba44e9b02ae85585df33f25a97c731
parentb1dafa03026c8a98a1c9dcb8d3a198b112404b8e
use parse_human_number for all command line args with numbers

this allows to remove special case code for bulk, providing a proper
error message on unexpected input.
jobflow.c