Revision 22278fa7 htools/Ganeti/HTools/CLI.hs

b/htools/Ganeti/HTools/CLI.hs
526 526
parseOpts :: [String]               -- ^ The command line arguments
527 527
          -> String                 -- ^ The program name
528 528
          -> [OptType]              -- ^ The supported command line options
529
          -> [ArgCompletion]        -- ^ The supported command line arguments
529 530
          -> IO (Options, [String]) -- ^ The resulting options and leftover
530 531
                                    -- arguments
531 532
parseOpts = Common.parseOpts defaultOptions

Also available in: Unified diff