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

b/htools/Ganeti/HTools/Program/Hspace.hs
53 53
import Ganeti.Utils
54 54

  
55 55
-- | Options list and functions.
56
options :: [OptType]
56
options :: IO [OptType]
57 57
options =
58
  [ oPrintNodes
59
  , oDataFile
60
  , oDiskTemplate
61
  , oSpindleUse
62
  , oNodeSim
63
  , oRapiMaster
64
  , oLuxiSocket
65
  , oIAllocSrc
66
  , oVerbose
67
  , oQuiet
68
  , oOfflineNode
69
  , oMachineReadable
70
  , oMaxCpu
71
  , oMaxSolLength
72
  , oMinDisk
73
  , oStdSpec
74
  , oTieredSpec
75
  , oSaveCluster
76
  ]
58
  return
59
    [ oPrintNodes
60
    , oDataFile
61
    , oDiskTemplate
62
    , oSpindleUse
63
    , oNodeSim
64
    , oRapiMaster
65
    , oLuxiSocket
66
    , oIAllocSrc
67
    , oVerbose
68
    , oQuiet
69
    , oOfflineNode
70
    , oMachineReadable
71
    , oMaxCpu
72
    , oMaxSolLength
73
    , oMinDisk
74
    , oStdSpec
75
    , oTieredSpec
76
    , oSaveCluster
77
    ]
77 78

  
78 79
-- | The list of arguments supported by the program.
79 80
arguments :: [ArgCompletion]

Also available in: Unified diff