1
0
mirror of https://github.com/google/gops.git synced 2024-11-27 08:31:17 +02:00
gops/internal/cmd
Glib Smaga 9069aa4d19 Migrate gops to use spf13/cobra for command execution
Manual command setup was starting to show some strain in
terms of documentation and also adding new features
(regardless of what the protocol supports currently).

This new setup aims to make it easier to add new
documentation and functionality.

In comparison to the previous version, this increased the
binary size by 2.4M.
```
6.4M gops
4.0M gops_master
```
2022-08-30 14:31:29 +02:00
..
process_test.go internal/cmd: Move code here from the main package 2022-08-30 14:31:29 +02:00
process.go Migrate gops to use spf13/cobra for command execution 2022-08-30 14:31:29 +02:00
root_test.go internal/cmd: Move code here from the main package 2022-08-30 14:31:29 +02:00
root.go Migrate gops to use spf13/cobra for command execution 2022-08-30 14:31:29 +02:00
shared_test.go Migrate gops to use spf13/cobra for command execution 2022-08-30 14:31:29 +02:00
shared.go Migrate gops to use spf13/cobra for command execution 2022-08-30 14:31:29 +02:00
tree.go Migrate gops to use spf13/cobra for command execution 2022-08-30 14:31:29 +02:00