Revamp of command-line handling. Most command line options should
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Aug 2002 21:18:56 +0000 (21:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Aug 2002 21:18:56 +0000 (21:18 +0000)
commitc0a8159289da8df577cc28be1f0c9f7f5c8d33c1
tree23ea15186def4272becc1975cb3e2f476bcb15b8
parent45068b27ffaad631038b864b810cb090fee6f7e7
Revamp of command-line handling. Most command line options should
now be processed in cmdline.c, which is called from all utilities
(well, not Pageant or PuTTYgen). This should mean we get to
standardise almost all options across almost all tools. Also one
major change: `-load' is now the preferred option for loading a
saved session in PuTTY proper. `@session' still works but is
deprecated.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1799 cda61777-01e9-0310-a592-d414129be87e
Recipe
cmdline.c [new file with mode: 0644]
console.c
plink.c
psftp.c
putty.h
scp.c
ssh.c
window.c
winstuff.h
winutils.c [new file with mode: 0644]