Skip to content

Commit

Permalink
Show 'ignore_list' in status
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Apr 28, 2024
1 parent 6fcd4d3 commit 269da38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entangled/commands/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def rich_status():
config_table.add_row(
"Watch list", ", ".join(f"'{pat}'" for pat in config.watch_list)
)
config_table.add_row(
"Ignore list", ", ".join(f"'{pat}'" for pat in config.ignore_list)
)
config_table.add_row("Hooks enabled", ", ".join(config.hooks))

console = Console(color_system="auto")
Expand Down

0 comments on commit 269da38

Please sign in to comment.