Unify the command line options and structures
authorIustin Pop <iustin@google.com>
Wed, 15 Jul 2009 08:31:51 +0000 (10:31 +0200)
committerIustin Pop <iustin@google.com>
Wed, 15 Jul 2009 08:31:51 +0000 (10:31 +0200)
commit0427285d1a548b8ad4469ed8eaf5f661bf942461
treebb530fd4d1facce401fe8cc4415a35f6d0c63c38
parentbd2f1465a277f32e0e425e946c1034c9bb88d3f8
Unify the command line options and structures

This patch moves all the command line options and their internal
representation into CLI.hs. This means that duplicated options between
any two binaries are no longer declared twice, and that we no longer
need the two *Option classes.
Ganeti/HTools/CLI.hs
hail.hs
hbal.hs
hscan.hs
hspace.hs