The module would raise a KeyError trying to find the save_config key
which is not present in the argument_spec. This was caused by the
check_args() function. Since the ios shared argument spec isn't used
the check_args function is not needed and has been removed.
* using check mode will now block all commands except show commands
* module will no longer allow config mode commands
* check args for unused values and issue warning