Skip to content

Added --no-opt options for revert (stash) and delete-key (trash)

Aaron Graubert requested to merge toggle into master

Created by: agraubert

Allows the user to always control behavior at runtime without having to change the config first. Supported options are:

  • quicksave revert --[no-]stash which corresponds to the configuration revert.stash
  • quicksave delete --[no-]save or --[no-]trash which corresponds to the configuration delete.trash

Merge request reports