Clone command

Property definitions

nitc $ CmdIniCloneCommand :: _command
	# Clone command
	var command: nullable String is lazy do
		var url = self.url
		if url == null then return null
		return "git clone {url}"
	end
src/doc/commands/commands_ini.nit:120,2--125,4