function captureVariants() {
    const REAL_TR = 'transform';
    let commandIndex = 2, command = process.argv[commandIndex];
    if (command === 'help') {
        commandIndex = 3;