lip config
管理配置项。
配置保存在 liprc.json:Windows 为 %APPDATA%/lip/liprc.json,Linux/macOS 为 $XDG_CONFIG_HOME/lip/liprc.json。可用键请参见配置参考。
lip config get
shell
lip config get <KEY>获取并显示指定配置键的值。
lip config set
shell
lip config set <KEY> <VALUE>将配置键设置为给定值。
lip config list
shell
lip config list列出所有配置键及其值。
lip config delete
shell
lip config delete <KEY>通过从配置文件中移除该键,将其重置为默认值。