cmm: added options '--dense' and '--no-paging' to the 'hist --print' cmd
This commit is contained in:
@@ -57,7 +57,9 @@ def print_chat(args: argparse.Namespace, config: Config) -> None:
|
||||
Path(config.db),
|
||||
mfilter=mfilter)
|
||||
chat.print(args.source_code_only,
|
||||
args.with_metadata)
|
||||
args.with_metadata,
|
||||
paged=not args.no_paging,
|
||||
dense=args.dense)
|
||||
|
||||
|
||||
def hist_cmd(args: argparse.Namespace, config: Config) -> None:
|
||||
|
||||
Reference in New Issue
Block a user