feat: add auto-update to every command when your task-master instance is out of date (#1217)
This commit is contained in:
@@ -13,6 +13,13 @@ export { SetStatusCommand } from './commands/set-status.command.js';
|
||||
// UI utilities (for other commands to use)
|
||||
export * as ui from './utils/ui.js';
|
||||
|
||||
// Auto-update utilities
|
||||
export {
|
||||
checkForUpdate,
|
||||
performAutoUpdate,
|
||||
displayUpgradeNotification
|
||||
} from './utils/auto-update.js';
|
||||
|
||||
// Re-export commonly used types from tm-core
|
||||
export type {
|
||||
Task,
|
||||
|
||||
Reference in New Issue
Block a user