containerd/cmd/ctr/commands/pprof
Derek Nola 132485adb0
Convert CLI to urfave v2
Followed the Migration Guide at https://cli.urfave.org/migrate-v1-to-v2/
The major changes not pointed out in the migration guide are:
- context.Args() no longer produces a []slice, so context.Args().Slice()
  in substitued
- All cli.Global***** are deprecated (the migration guide is somewhat
  unclear on this)

Signed-off-by: Derek Nola <derek.nola@suse.com>

Vendor in urfave cli/v2

Signed-off-by: Derek Nola <derek.nola@suse.com>

Fix NewStringSlice calls

Signed-off-by: Derek Nola <derek.nola@suse.com>
2024-02-15 09:48:04 -08:00
..
pprof_unix.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
pprof_windows.go Licence header added 2018-02-19 10:32:26 +09:00
pprof.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00