mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Added draft for collector metrics of k8s
This commit is contained in:
committed by
Bradley Cicenas
parent
187adf0540
commit
7f6ff0b599
2
main.go
2
main.go
@@ -36,7 +36,7 @@ func main() {
|
||||
|
||||
// parse command line arguments
|
||||
var (
|
||||
versionFlag = flag.Bool("V", false, "output version information and exit")
|
||||
versionFlag = flag.Bool("version", false, "output version information and exit")
|
||||
helpFlag = flag.Bool("h", false, "display this help dialog")
|
||||
filterFlag = flag.String("f", "", "filter containers")
|
||||
activeOnlyFlag = flag.Bool("a", false, "show active containers only")
|
||||
|
||||
Reference in New Issue
Block a user