Documentation
class QqCommandLineOption x1 where #
qCommandLineOption :: x1 -> IO (QCommandLineOption ()) #
Instances
class QqCommandLineOption_nf x1 where #
qCommandLineOption_nf :: x1 -> IO (QCommandLineOption ()) #
Instances
defaultValues :: QCommandLineOption a -> () -> IO [String] #
setDefaultValues :: QCommandLineOption a -> [String] -> IO () #
setValueName :: QCommandLineOption a -> String -> IO () #
valueName :: QCommandLineOption a -> () -> IO String #
qCommandLineOption_delete :: QCommandLineOption a -> IO () #