Sets a configuration value
Sets a configuration value to a new value. Use tom config
to see a list of all supported keys. Bash completion will suggest the names of built-in keys.
tom config set <key> <value>
tom config set data_dir $HOME/tom-data
-h, --help help for set
--backup-dir string backup directory (default is $HOME/.tom/backup)
-c, --config string config file (default is $HOME/.tom/tom.yaml)
--data-dir string data directory (default is $HOME/.tom)