mirror of
https://github.com/DeBrosOfficial/network.git
synced 2026-01-30 17:43:03 +00:00
10 lines
287 B
Go
10 lines
287 B
Go
package status
|
|
|
|
// This file contains formatting utilities for status output
|
|
// Currently all formatting is done inline in command.go
|
|
// Future enhancements could include:
|
|
// - JSON output format
|
|
// - Table-based formatting
|
|
// - Color-coded output
|
|
// - More detailed service information
|