refactor: rename lint command to format

This commit is contained in:
2025-09-15 20:15:43 +02:00
parent c884b9ab3b
commit 3af93eaee4
3 changed files with 16 additions and 10 deletions

View File

@@ -151,6 +151,16 @@ connect <TAB> # Shows all available servers
- HCLOUD_TOKEN for cloud deployment
- 2GB+ RAM for VM testing
## 🛠️ Development Tools
```bash
# Format Nix files
make format # Format Nix files
# Start development environment
make opencode # Start opencode in dev shell
```
## 🧹 Cleanup
```bash