Module CLICommon

module CLICommon: sig .. end

val define_oasis_fn : (OASISTypes.host_filename -> 'a) CLISubCommand.run_t ->
'a CLISubCommand.run_t

Add arguments to define where is located '_oasis'.

val parse_oasis_fn : (OASISTypes.host_filename -> OASISTypes.package -> 'a) CLISubCommand.run_t ->
'a CLISubCommand.run_t

Locate '_oasis' and parse it.