In read-only mode, user can only --list tags, and it happens by default.
In non-read-only mode, user selects the path to the output file (or --in-place), and is able to run any operation. The thing is that --list no longer happens by default.
This needs to be implemented, probably as a sort of a post-action in options.cc.
--list
tags, and it happens by default.--in-place
), and is able to run any operation. The thing is that--list
no longer happens by default.This needs to be implemented, probably as a sort of a post-action in
options.cc
.