rosh: main, prompt and command try to use argc/argv mostly
authorGene Cumm <gene.cumm@gmail.com>
Sat, 2 Oct 2010 04:03:29 +0000 (00:03 -0400)
committerGene Cumm <gene.cumm@gmail.com>
Sat, 9 Oct 2010 11:33:07 +0000 (07:33 -0400)
commite7685ec249951e33fa7ff282f4fdc3a9a2c1e2ce
tree835fc91218fe76dd0a750ccf2e352817b7c06bf8
parentefcb7c588efcaef60bd0b87f9862b87d85d1c2a3
rosh: main, prompt and command try to use argc/argv mostly

prompt still uses a string but parses it and passes the parsed
argc/argv pair to command.  main doesn't need a string anymore
com32/rosh/rosh.c