cmm: added options '--tight' and '--no-paging' to the 'hist --print' cmd
This commit was merged in pull request #16.
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,
|
||||
tight=args.tight)
|
||||
|
||||
|
||||
def hist_cmd(args: argparse.Namespace, config: Config) -> None:
|
||||
|
||||
Reference in New Issue
Block a user