yamlをアルファベット順に変更

This commit is contained in:
yaoresugi 2025-12-19 00:19:33 +09:00
parent a50c0a3ff5
commit 73806fd22f

View file

@ -139,6 +139,7 @@ Config file name is `config_v2.yaml`. Example:
```yaml ```yaml
arp_args: "" arp_args: ""
base_path: ""
color: dark color: dark
host: 0.0.0.0 host: 0.0.0.0
ifaces: enp4s0 ifaces: enp4s0
@ -158,7 +159,6 @@ theme: sand
timeout: 60 timeout: 60
trim_hist: 48 trim_hist: 48
use_db: sqlite use_db: sqlite
base_path: ""
``` ```
</details> </details>