`require('string-argv').default('"a"b')` gives `['a', 'b']`. It should be `['ab']`. `require('string-argv').default('-"a"b')` gives `['-"a"b']` as expected per #20.