nitc :: APIIniClone :: defaultinit
# Get the package Git clone command from the ini file
#
# `GET /ini/clone/:pid`: return the package Git clone command
class APIIniClone
super APICommand
redef fun command do return new CmdIniCloneCommand(config.model)
end
src/doc/api/api_model.nit:335,1--342,3