We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cbd5b commit 2c122a7Copy full SHA for 2c122a7
internal/pkg/agent/cmd/common.go
@@ -78,8 +78,6 @@ func NewCommandWithArgs(args []string, streams *cli.IOStreams) *cobra.Command {
78
addCommandIfNotNil(cmd, newUpgradeCommandWithArgs(args, streams))
79
addCommandIfNotNil(cmd, newEnrollCommandWithArgs(args, streams))
80
addCommandIfNotNil(cmd, newInspectCommandWithArgs(args, streams))
81
- addCommandIfNotNil(cmd, newPrivilegedCommandWithArgs(args, streams))
82
- addCommandIfNotNil(cmd, newUnprivilegedCommandWithArgs(args, streams))
83
addCommandIfNotNil(cmd, newWatchCommandWithArgs(args, streams))
84
addCommandIfNotNil(cmd, newContainerCommand(args, streams))
85
addCommandIfNotNil(cmd, newStatusCommand(args, streams))
0 commit comments