Short name of the command, specified in the command line

Property definitions

nitc $ Command :: name
	# Short name of the command, specified in the command line
	fun name: String is abstract
src/nitpm.nit:28,2--29,29

nitc $ CommandInstall :: name
	redef fun name do return "install"
src/nitpm.nit:57,2--35

nitc $ CommandUpgrade :: name
	redef fun name do return "upgrade"
src/nitpm.nit:210,2--35

nitc $ CommandUninstall :: name
	redef fun name do return "uninstall"
src/nitpm.nit:248,2--37

nitc $ CommandList :: name
	redef fun name do return "list"
src/nitpm.nit:309,2--32

nitc $ CommandHelp :: name
	redef fun name do return "help"
src/nitpm.nit:348,2--32