'ta import' -> 'ta import-tw'
This commit is contained in:
@@ -4,8 +4,8 @@ pub(crate) mod add;
|
||||
pub(crate) mod config;
|
||||
pub(crate) mod gc;
|
||||
pub(crate) mod help;
|
||||
pub(crate) mod import;
|
||||
pub(crate) mod import_tdb2;
|
||||
pub(crate) mod import_tw;
|
||||
pub(crate) mod info;
|
||||
pub(crate) mod modify;
|
||||
pub(crate) mod report;
|
||||
|
||||
@@ -91,10 +91,10 @@ pub(crate) fn invoke(command: Command, settings: Settings) -> Result<(), crate::
|
||||
}
|
||||
|
||||
Command {
|
||||
subcommand: Subcommand::Import,
|
||||
subcommand: Subcommand::ImportTW,
|
||||
..
|
||||
} => {
|
||||
return cmd::import::execute(&mut w, &mut replica);
|
||||
return cmd::import_tw::execute(&mut w, &mut replica);
|
||||
}
|
||||
|
||||
Command {
|
||||
|
||||
Reference in New Issue
Block a user