| 1716 | 1716 | returns: 'difference of the provided values', |
| 1717 | 1717 | unnamedArgumentList: [ |
| 1718 | 1718 | SlashCommandArgument.fromProps({ |
| 1719 | 1719 | description: 'values to findsubtract, starting form the differencefirst provided value', |
| 1720 | 1720 | typeList: [ARGUMENT_TYPE.NUMBER, ARGUMENT_TYPE.VARIABLE_NAME], |
| 1721 | 1721 | isRequired: true, |
| 1722 | 1722 | acceptsMultiple: true, |
| 1723 | 1723 | enumProvider: commonEnumProviders.variables('all')numbersAndVariables, |
| 1724 | 1724 | forceEnum: false, |
| 1725 | 1725 | }), |
| 1726 | 1726 | ], |
| 1727 | + splitUnnamedArgument: true, |
| 1727 | 1728 | helpString: ` |
| 1728 | 1729 | <div> |
| 1729 | 1730 | Performs a subtraction of the set of values and passes the result down the pipe. |