h
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import List, Dict, Any, Optional, Sequence
|
||||
from cmdlet._shared import Cmdlet, CmdletArg
|
||||
from SYS.config import load_config, save_config
|
||||
from SYS import pipeline as ctx
|
||||
from SYS.result_table import ResultTable
|
||||
from SYS.result_table import Table
|
||||
|
||||
CMDLET = Cmdlet(
|
||||
name=".config",
|
||||
@@ -157,7 +157,7 @@ def _show_config_table(config_data: Dict[str, Any]) -> int:
|
||||
return 0
|
||||
items.sort(key=lambda x: x.get("key"))
|
||||
|
||||
table = ResultTable("Configuration")
|
||||
table = Table("Configuration")
|
||||
table.set_table("config")
|
||||
table.set_source_command(".config", [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user