1
0
mirror of https://github.com/google/gops.git synced 2024-11-19 20:31:58 +02:00
gops/internal/cmd
Mahe Tardy ac7253a173 Fix process command crash when provided with no args
Use cobra.MinimumNArgs to require at least one argument and handle
errors in processing the arguments. Improve the use help string.
2023-08-09 11:50:58 +02:00
..
process_test.go internal/cmd: Move code here from the main package 2022-08-30 14:31:29 +02:00
process.go Fix process command crash when provided with no args 2023-08-09 11:50:58 +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 replace ioutil usages with io and os (#202) 2023-02-10 14:03:23 +01:00
tree.go Migrate gops to use spf13/cobra for command execution 2022-08-30 14:31:29 +02:00