Revision d66aa238 htools/Ganeti/HTools/Program/Hail.hs

b/htools/Ganeti/HTools/Program/Hail.hs
43 43
import Ganeti.Utils
44 44

  
45 45
-- | Options list and functions.
46
options :: [OptType]
46
options :: IO [OptType]
47 47
options =
48
  [ oPrintNodes
49
  , oSaveCluster
50
  , oDataFile
51
  , oNodeSim
52
  , oVerbose
53
  ]
48
  return
49
    [ oPrintNodes
50
    , oSaveCluster
51
    , oDataFile
52
    , oNodeSim
53
    , oVerbose
54
    ]
54 55

  
55 56
-- | The list of arguments supported by the program.
56 57
arguments :: [ArgCompletion]

Also available in: Unified diff