mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-12 09:34:50 +02:00
use pretty printing for config CLI output
This commit is contained in:
@@ -982,6 +982,8 @@ def config(config_options_str: Optional[str]=None,
|
|||||||
out_dir: Path=DATA_DIR) -> None:
|
out_dir: Path=DATA_DIR) -> None:
|
||||||
"""Get and set your ArchiveBox project configuration values"""
|
"""Get and set your ArchiveBox project configuration values"""
|
||||||
|
|
||||||
|
from rich import print
|
||||||
|
|
||||||
check_data_folder(CONFIG)
|
check_data_folder(CONFIG)
|
||||||
if config_options and config_options_str:
|
if config_options and config_options_str:
|
||||||
stderr(
|
stderr(
|
||||||
|
Reference in New Issue
Block a user