cmm: replaced options '--with-tags' and '--with-file' with '--with-metadata'
This commit is contained in:
@@ -57,8 +57,7 @@ def print_chat(args: argparse.Namespace, config: Config) -> None:
|
||||
Path(config.db),
|
||||
mfilter=mfilter)
|
||||
chat.print(args.source_code_only,
|
||||
args.with_tags,
|
||||
args.with_files)
|
||||
args.with_metadata)
|
||||
|
||||
|
||||
def hist_cmd(args: argparse.Namespace, config: Config) -> None:
|
||||
|
||||
Reference in New Issue
Block a user