nitc :: WarningNoGitUrl :: defaultinit
# No git url for `mentity`
class WarningNoGitUrl
super CmdWarning
# MEntity provided
var mentity: MEntity
redef fun to_s do return "No git url for `{mentity.full_name}`"
end
src/doc/commands/commands_ini.nit:106,1--114,3