mirror of
				https://github.com/packwiz/packwiz.git
				synced 2025-10-31 02:34:31 +01:00 
			
		
		
		
	Add rm as an alias for remove
This commit is contained in:
		| @@ -12,7 +12,7 @@ import ( | ||||
| var removeCmd = &cobra.Command{ | ||||
| 	Use:     "remove", | ||||
| 	Short:   "Remove a mod from the modpack", | ||||
| 	Aliases: []string{"delete", "uninstall"}, | ||||
| 	Aliases: []string{"delete", "uninstall", "rm"}, | ||||
| 	Args:    cobra.ExactArgs(1), | ||||
| 	Run: func(cmd *cobra.Command, args []string) { | ||||
| 		if len(args[0]) == 0 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user