summaryrefslogtreecommitdiffstats
path: root/cmd/mattermost/commands/command_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-12356 Add cli command "command delete" (#9553)Shobhit Gupta2018-10-231-0/+32
| | | | | | | | | | | | | | | | * Add cli command for deleting commands * Add code/test for delete command * Fix test * Add confirm flag * Update as per comments * Uncomment test * Fix test
* MM-12355: Add CLI command "command create" (#9569)Jason Mojica2018-10-131-0/+128
* Add create command * Create CreateCommand Tests * Change method flag description * Change nil test assertion