mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* Create the config set command in the variable * Register the command and declare the command in the run function * Finish implementation of 'config set' cli command * Write tests for config set command * Change minimum number of arguments to 2 * Correct changes * Correct error problem * Update the command description and errors * Refactor function name and improve error messages * Write test for UpdateMap function