We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b79a80 commit 4e48ed5Copy full SHA for 4e48ed5
2 files changed
cmd/ctrl/commands.go
@@ -63,12 +63,10 @@ func query(ns, path string) {
63
fatalln("%s", errIrregularFile)
64
}
65
defer ctx.Free()
66
-
67
names, err := ctx.FeatureNames()
68
if err != nil {
69
fatalln("%s", err)
70
71
72
for i, name := range names {
73
status, err := ctx.Status(name, path)
74
internal/help/package.go
@@ -47,13 +47,11 @@ func PrintFeatures(ns string) {
47
os.Exit(1)
48
49
50
51
52
53
warnln("There was an unexpected error")
54
55
56
57
58
printf("%-*s", 25, name)
59
if (i+1)%3 == 0 || i == len(names)-1 {
0 commit comments