containerd/cmd/ctr/commands
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
..
containers Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
content Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
deprecations Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
events Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
images Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
info Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
install Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
leases Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
namespaces Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
oci Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
plugins Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
pprof Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
run Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
sandboxes Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
shim Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
snapshots Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
tasks Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
version Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
client.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
cni.go Move namespaces to pkg/namespaces 2024-01-17 09:55:39 -08:00
commands_unix.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
commands_windows.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
commands.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
resolver.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
signals_linux.go Ignore SIGURG signals in signal forwarder 2020-09-04 16:19:31 -07:00
signals_notlinux.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
signals.go Switch to new errdefs package 2024-01-25 22:18:45 -08:00