mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
use pretty printing for config CLI output
This commit is contained in:
parent
c909c00123
commit
7489663ff3
1 changed files with 2 additions and 0 deletions
|
@ -982,6 +982,8 @@ def config(config_options_str: Optional[str]=None,
|
|||
out_dir: Path=DATA_DIR) -> None:
|
||||
"""Get and set your ArchiveBox project configuration values"""
|
||||
|
||||
from rich import print
|
||||
|
||||
check_data_folder(CONFIG)
|
||||
if config_options and config_options_str:
|
||||
stderr(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue