Allow -X options to take multiline arguments..
commit83313f173ed4da446bbad43fb3f8ba3a1c9a0800
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 27 Sep 2016 04:52:15 +0000 (27 06:52 +0200)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 27 Sep 2016 19:01:26 +0000 (27 21:01 +0200)
treeadd87230fa732e203184d57782664cd2fc29bc25
parentf4982911d80c5bbee9d9db3304ab171f5e8c71c7
Allow -X options to take multiline arguments..

E.g., even though i always use multiple -e options to feed in data
to sed(1) (to avoid any problems with $IFS), it must be said being
able to feed in a multiline string is much cooler.  Thus support

  APO=\'
  s-nail -dX'
    echo For one, your home is $'${APO}'\$HOME'${APO}'.
    # comment
    echo And given a tilde it is ~/.
    echo Ciao.
    x
  '
lex_input.c
nail.1