Add a ta config set subcommand
This uses `toml_edit` to edit the config file in-place. For the moment, it only supports top-level arguments, but can be extended to do other things later.
This commit is contained in:
@@ -18,12 +18,14 @@ That is, they contain no references, and have no methods to aid in their executi
|
||||
*/
|
||||
mod args;
|
||||
mod command;
|
||||
mod config;
|
||||
mod filter;
|
||||
mod modification;
|
||||
mod subcommand;
|
||||
|
||||
pub(crate) use args::TaskId;
|
||||
pub(crate) use command::Command;
|
||||
pub(crate) use config::ConfigOperation;
|
||||
pub(crate) use filter::{Condition, Filter};
|
||||
pub(crate) use modification::{DescriptionMod, Modification};
|
||||
pub(crate) use subcommand::Subcommand;
|
||||
|
||||
Reference in New Issue
Block a user