bool ifContainsExtraArguments(List<String> arguments) { return arguments.length > ['g', 'action', 'path', 'name'].length; }