if (descriptionsCopy.length > argsCopy.length - 1) {
                if (description.optional) {
                    unusedDescriptions.push(description);
                } else {
                    if (argsCopy.length > 0) {