diff --git a/ts/cli/action-handler.ts b/ts/cli/action-handler.ts index b06e80c..2a4ced4 100644 --- a/ts/cli/action-handler.ts +++ b/ts/cli/action-handler.ts @@ -152,10 +152,7 @@ export class ActionHandler { logger.log(''); logger.success(`Action added to ${targetType} ${targetName}`); - logger.log(''); - logger.log( - ` ${theme.dim('Restart service to apply changes:')} ${theme.command('nupst service restart')}`, - ); + logger.log(` ${theme.dim('Changes saved and will be applied automatically')}`); logger.log(''); } finally { rl.close(); @@ -241,10 +238,7 @@ export class ActionHandler { ` ${theme.dim('Thresholds:')} Battery: ${removedAction.thresholds.battery}%, Runtime: ${removedAction.thresholds.runtime}min`, ); } - logger.log(''); - logger.log( - ` ${theme.dim('Restart service to apply changes:')} ${theme.command('nupst service restart')}`, - ); + logger.log(` ${theme.dim('Changes saved and will be applied automatically')}`); logger.log(''); } catch (error) { logger.error(