UNPKG

yodata-plugin-inbox

Version:

inbox commands for yodata cli/client

13 lines (10 loc) 289 B
const config = require('@yodata/config') module.exports = setInboxNext /** * Pushes the provided value to inbox.history * updates inbox.history if needed * @param {string} value - next value to set */ function setInboxNext (value) { return config.profileSet('inbox.next', value) }