Move shell completion things into a separate file
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 16 Dec 2013 18:15:58 +0000 (20:15 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 24 Dec 2013 04:40:59 +0000 (05:40 +0100)
commitee287d28edb14cb7a61e61272f0f92f1315f6022
tree165ddcef542db64d8f675bcdce8bd53176789be5
parentde33f1a1f78a0a3ec7dd0be94f543307827b38a6
Move shell completion things into a separate file

Move (most) things related to shell completion into a separate file from
wman.cpp.  This allows independent refactoring of the different parts.
Also clean up write_man() and the mechanism that invokes it now that it
is only used with the new context mechanism.

Change-Id: Ife0e3e5c64a78b73917123d9b7bdbe121f844ebc
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/commandline/pargs.cpp
src/gromacs/commandline/shellcompletions.cpp [new file with mode: 0644]
src/gromacs/commandline/shellcompletions.h [new file with mode: 0644]
src/gromacs/commandline/wman.cpp
src/gromacs/commandline/wman.h