fixed 'hist' command and simplified reading the config file
This commit is contained in:
@@ -11,7 +11,10 @@ def pp(*args, **kwargs) -> None:
|
||||
return PrettyPrinter(width=terminal_width()).pprint(*args, **kwargs)
|
||||
|
||||
|
||||
def process_tags(tags: list[str], extags: list[str], otags: list[str]) -> None:
|
||||
def print_tag_args(tags: list[str], extags: list[str], otags: list[str]) -> None:
|
||||
"""
|
||||
Prints the tags specified in the given args.
|
||||
"""
|
||||
printed_messages = []
|
||||
|
||||
if tags:
|
||||
|
||||
Reference in New Issue
Block a user