@enjoys/context-engine 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/README.md +214 -62
  2. package/data/commands/ab.json +80 -0
  3. package/data/commands/act.json +82 -0
  4. package/data/commands/age.json +68 -0
  5. package/data/commands/argocd.json +109 -0
  6. package/data/commands/asdf.json +102 -0
  7. package/data/commands/astro.json +106 -0
  8. package/data/commands/at.json +52 -0
  9. package/data/commands/babel.json +83 -0
  10. package/data/commands/buildah.json +105 -0
  11. package/data/commands/cabal.json +114 -0
  12. package/data/commands/cdk.json +127 -0
  13. package/data/commands/changeset.json +68 -0
  14. package/data/commands/checkov.json +75 -0
  15. package/data/commands/commitlint.json +60 -0
  16. package/data/commands/concurrently.json +62 -0
  17. package/data/commands/conventional-commits.json +30 -0
  18. package/data/commands/cosign.json +103 -0
  19. package/data/commands/crane.json +109 -0
  20. package/data/commands/cron.json +29 -0
  21. package/data/commands/crystal.json +102 -0
  22. package/data/commands/csvkit.json +96 -0
  23. package/data/commands/cut.json +62 -0
  24. package/data/commands/df.json +66 -0
  25. package/data/commands/diff.json +72 -0
  26. package/data/commands/dig.json +67 -0
  27. package/data/commands/dmesg.json +65 -0
  28. package/data/commands/dotnet.json +136 -0
  29. package/data/commands/du.json +71 -0
  30. package/data/commands/echo.json +45 -0
  31. package/data/commands/eksctl.json +101 -0
  32. package/data/commands/eleventy.json +73 -0
  33. package/data/commands/entr.json +50 -0
  34. package/data/commands/env.json +43 -0
  35. package/data/commands/erlang.json +76 -0
  36. package/data/commands/esbuild.json +91 -0
  37. package/data/commands/ffmpeg.json +115 -0
  38. package/data/commands/fnm.json +100 -0
  39. package/data/commands/free.json +63 -0
  40. package/data/commands/func.json +89 -0
  41. package/data/commands/gatsby.json +106 -0
  42. package/data/commands/ghc.json +79 -0
  43. package/data/commands/ghostscript.json +77 -0
  44. package/data/commands/git-lfs.json +95 -0
  45. package/data/commands/gpg.json +112 -0
  46. package/data/commands/grafana-cli.json +97 -0
  47. package/data/commands/grpcurl.json +74 -0
  48. package/data/commands/grype.json +75 -0
  49. package/data/commands/hadolint.json +61 -0
  50. package/data/commands/head.json +48 -0
  51. package/data/commands/hexo.json +101 -0
  52. package/data/commands/hey.json +91 -0
  53. package/data/commands/hostname.json +52 -0
  54. package/data/commands/httpie.json +101 -0
  55. package/data/commands/hugo.json +106 -0
  56. package/data/commands/husky.json +52 -0
  57. package/data/commands/id.json +50 -0
  58. package/data/commands/ifconfig.json +47 -0
  59. package/data/commands/imagemagick.json +117 -0
  60. package/data/commands/inotifywait.json +70 -0
  61. package/data/commands/ip.json +103 -0
  62. package/data/commands/istioctl.json +105 -0
  63. package/data/commands/javac.json +87 -0
  64. package/data/commands/jekyll.json +105 -0
  65. package/data/commands/kill.json +57 -0
  66. package/data/commands/killall.json +60 -0
  67. package/data/commands/kind.json +98 -0
  68. package/data/commands/ko.json +89 -0
  69. package/data/commands/kustomize.json +70 -0
  70. package/data/commands/latex.json +65 -0
  71. package/data/commands/lerna.json +125 -0
  72. package/data/commands/ln.json +54 -0
  73. package/data/commands/lsof.json +69 -0
  74. package/data/commands/manifest.json +1 -1
  75. package/data/commands/miller.json +58 -0
  76. package/data/commands/mise.json +107 -0
  77. package/data/commands/mix.json +128 -0
  78. package/data/commands/mkdir.json +43 -0
  79. package/data/commands/mount.json +63 -0
  80. package/data/commands/nc.json +71 -0
  81. package/data/commands/netstat.json +74 -0
  82. package/data/commands/nim.json +104 -0
  83. package/data/commands/nohup.json +28 -0
  84. package/data/commands/nslookup.json +46 -0
  85. package/data/commands/nvm.json +91 -0
  86. package/data/commands/ocaml.json +68 -0
  87. package/data/commands/opam.json +111 -0
  88. package/data/commands/pandoc.json +100 -0
  89. package/data/commands/parallel.json +73 -0
  90. package/data/commands/patch.json +55 -0
  91. package/data/commands/ping.json +73 -0
  92. package/data/commands/podman.json +151 -0
  93. package/data/commands/postman.json +82 -0
  94. package/data/commands/pre-commit.json +101 -0
  95. package/data/commands/prometheus.json +65 -0
  96. package/data/commands/pyenv.json +87 -0
  97. package/data/commands/q.json +63 -0
  98. package/data/commands/rbenv.json +85 -0
  99. package/data/commands/rebar3.json +110 -0
  100. package/data/commands/remix.json +80 -0
  101. package/data/commands/rollup.json +74 -0
  102. package/data/commands/route.json +53 -0
  103. package/data/commands/rustc.json +90 -0
  104. package/data/commands/sam.json +122 -0
  105. package/data/commands/sdkman.json +89 -0
  106. package/data/commands/semantic-release.json +58 -0
  107. package/data/commands/semgrep.json +97 -0
  108. package/data/commands/serverless.json +121 -0
  109. package/data/commands/shellcheck.json +61 -0
  110. package/data/commands/skopeo.json +79 -0
  111. package/data/commands/socat.json +43 -0
  112. package/data/commands/sops.json +85 -0
  113. package/data/commands/sort.json +75 -0
  114. package/data/commands/sqlite-utils.json +109 -0
  115. package/data/commands/ss.json +75 -0
  116. package/data/commands/stack.json +115 -0
  117. package/data/commands/storybook.json +90 -0
  118. package/data/commands/strace.json +71 -0
  119. package/data/commands/svelte.json +89 -0
  120. package/data/commands/swc.json +73 -0
  121. package/data/commands/swiftc.json +83 -0
  122. package/data/commands/syft.json +77 -0
  123. package/data/commands/tail.json +58 -0
  124. package/data/commands/tee.json +38 -0
  125. package/data/commands/tflint.json +83 -0
  126. package/data/commands/touch.json +57 -0
  127. package/data/commands/traceroute.json +70 -0
  128. package/data/commands/tracert.json +49 -0
  129. package/data/commands/umount.json +49 -0
  130. package/data/commands/uniq.json +59 -0
  131. package/data/commands/vagrant.json +112 -0
  132. package/data/commands/vegeta.json +59 -0
  133. package/data/commands/volta.json +87 -0
  134. package/data/commands/watch.json +58 -0
  135. package/data/commands/wc.json +50 -0
  136. package/data/commands/webpack.json +94 -0
  137. package/data/commands/which.json +34 -0
  138. package/data/commands/whoami.json +27 -0
  139. package/data/commands/wrangler.json +124 -0
  140. package/data/commands/wrk.json +63 -0
  141. package/data/commands/xargs.json +66 -0
  142. package/data/commands/xsv.json +119 -0
  143. package/data/commands/zig.json +114 -0
  144. package/data/manifest.json +1 -1
  145. package/package.json +2 -2
@@ -0,0 +1,109 @@
1
+ {
2
+ "name": "argocd",
3
+ "description": "Declarative GitOps continuous delivery for Kubernetes",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "app create",
19
+ "description": "Create an application",
20
+ "examples": [
21
+ "argocd app create myapp --repo https://github.com/org/repo --path k8s --dest-server https://kubernetes.default.svc"
22
+ ]
23
+ },
24
+ {
25
+ "name": "app get",
26
+ "description": "Get application details",
27
+ "examples": [
28
+ "argocd app get myapp"
29
+ ]
30
+ },
31
+ {
32
+ "name": "app sync",
33
+ "description": "Sync application",
34
+ "examples": [
35
+ "argocd app sync myapp"
36
+ ]
37
+ },
38
+ {
39
+ "name": "app list",
40
+ "description": "List applications",
41
+ "examples": [
42
+ "argocd app list"
43
+ ]
44
+ },
45
+ {
46
+ "name": "app delete",
47
+ "description": "Delete application",
48
+ "examples": [
49
+ "argocd app delete myapp"
50
+ ]
51
+ },
52
+ {
53
+ "name": "app diff",
54
+ "description": "Show diff against live state",
55
+ "examples": [
56
+ "argocd app diff myapp"
57
+ ]
58
+ },
59
+ {
60
+ "name": "login",
61
+ "description": "Login to ArgoCD server",
62
+ "examples": [
63
+ "argocd login argocd.example.com"
64
+ ]
65
+ },
66
+ {
67
+ "name": "repo add",
68
+ "description": "Add a Git repository",
69
+ "examples": [
70
+ "argocd repo add https://github.com/org/repo"
71
+ ]
72
+ },
73
+ {
74
+ "name": "cluster add",
75
+ "description": "Add a cluster",
76
+ "examples": [
77
+ "argocd cluster add my-cluster"
78
+ ]
79
+ }
80
+ ],
81
+ "globalOptions": [
82
+ {
83
+ "name": "--server",
84
+ "description": "ArgoCD server address",
85
+ "type": "string"
86
+ },
87
+ {
88
+ "name": "--grpc-web",
89
+ "description": "Use gRPC-web protocol"
90
+ },
91
+ {
92
+ "name": "--insecure",
93
+ "description": "Skip TLS verification"
94
+ }
95
+ ],
96
+ "examples": [
97
+ "argocd login argocd.example.com",
98
+ "argocd app list",
99
+ "argocd app sync myapp",
100
+ "argocd app get myapp",
101
+ "argocd app create myapp --repo url --path k8s --dest-server svc"
102
+ ],
103
+ "relatedCommands": [
104
+ "kubectl",
105
+ "helm",
106
+ "kustomize",
107
+ "flux"
108
+ ]
109
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "name": "asdf",
3
+ "description": "Multiple runtime version manager",
4
+ "category": "version-manager",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "plugin add",
17
+ "description": "Add a plugin",
18
+ "examples": [
19
+ "asdf plugin add nodejs",
20
+ "asdf plugin add python"
21
+ ]
22
+ },
23
+ {
24
+ "name": "install",
25
+ "description": "Install a version",
26
+ "examples": [
27
+ "asdf install nodejs 20.10.0",
28
+ "asdf install python 3.12.0"
29
+ ]
30
+ },
31
+ {
32
+ "name": "global",
33
+ "description": "Set global version",
34
+ "examples": [
35
+ "asdf global nodejs 20.10.0"
36
+ ]
37
+ },
38
+ {
39
+ "name": "local",
40
+ "description": "Set local version",
41
+ "examples": [
42
+ "asdf local nodejs 20.10.0"
43
+ ]
44
+ },
45
+ {
46
+ "name": "list",
47
+ "description": "List installed versions",
48
+ "examples": [
49
+ "asdf list nodejs"
50
+ ]
51
+ },
52
+ {
53
+ "name": "list all",
54
+ "description": "List all available versions",
55
+ "examples": [
56
+ "asdf list all nodejs"
57
+ ]
58
+ },
59
+ {
60
+ "name": "current",
61
+ "description": "Show currently active versions",
62
+ "examples": [
63
+ "asdf current"
64
+ ]
65
+ },
66
+ {
67
+ "name": "plugin list",
68
+ "description": "List installed plugins",
69
+ "examples": [
70
+ "asdf plugin list"
71
+ ]
72
+ },
73
+ {
74
+ "name": "uninstall",
75
+ "description": "Uninstall a version",
76
+ "examples": [
77
+ "asdf uninstall nodejs 18.0.0"
78
+ ]
79
+ },
80
+ {
81
+ "name": "reshim",
82
+ "description": "Recreate shims",
83
+ "examples": [
84
+ "asdf reshim nodejs"
85
+ ]
86
+ }
87
+ ],
88
+ "globalOptions": [],
89
+ "examples": [
90
+ "asdf plugin add nodejs",
91
+ "asdf install nodejs 20.10.0",
92
+ "asdf global nodejs 20.10.0",
93
+ "asdf current",
94
+ "asdf list"
95
+ ],
96
+ "relatedCommands": [
97
+ "nvm",
98
+ "pyenv",
99
+ "rbenv",
100
+ "mise"
101
+ ]
102
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "name": "astro",
3
+ "description": "The web framework for content-driven websites",
4
+ "category": "static-site",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "dev",
19
+ "description": "Start development server",
20
+ "examples": [
21
+ "astro dev",
22
+ "astro dev --port 3001"
23
+ ]
24
+ },
25
+ {
26
+ "name": "build",
27
+ "description": "Build production site",
28
+ "examples": [
29
+ "astro build"
30
+ ]
31
+ },
32
+ {
33
+ "name": "preview",
34
+ "description": "Preview production build",
35
+ "examples": [
36
+ "astro preview"
37
+ ]
38
+ },
39
+ {
40
+ "name": "check",
41
+ "description": "Check project for errors",
42
+ "examples": [
43
+ "astro check"
44
+ ]
45
+ },
46
+ {
47
+ "name": "add",
48
+ "description": "Add an integration",
49
+ "examples": [
50
+ "astro add react",
51
+ "astro add tailwind"
52
+ ]
53
+ },
54
+ {
55
+ "name": "sync",
56
+ "description": "Generate TypeScript types",
57
+ "examples": [
58
+ "astro sync"
59
+ ]
60
+ }
61
+ ],
62
+ "globalOptions": [
63
+ {
64
+ "name": "--port",
65
+ "description": "Port number",
66
+ "type": "number"
67
+ },
68
+ {
69
+ "name": "--host",
70
+ "description": "Network host to listen on",
71
+ "type": "string"
72
+ },
73
+ {
74
+ "name": "--root",
75
+ "description": "Project root directory",
76
+ "type": "string"
77
+ },
78
+ {
79
+ "name": "--config",
80
+ "description": "Config file path",
81
+ "type": "file"
82
+ },
83
+ {
84
+ "name": "--verbose",
85
+ "description": "Enable verbose logging"
86
+ },
87
+ {
88
+ "name": "--silent",
89
+ "description": "Suppress output"
90
+ }
91
+ ],
92
+ "examples": [
93
+ "npm create astro@latest",
94
+ "astro dev",
95
+ "astro build",
96
+ "astro add react",
97
+ "astro add tailwind",
98
+ "astro check"
99
+ ],
100
+ "relatedCommands": [
101
+ "vite",
102
+ "gatsby",
103
+ "hugo",
104
+ "next"
105
+ ]
106
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "at",
3
+ "description": "Schedule commands for a single later execution",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-f",
18
+ "description": "Read commands from file",
19
+ "type": "file"
20
+ },
21
+ {
22
+ "name": "-l",
23
+ "description": "List pending jobs (alias for atq)"
24
+ },
25
+ {
26
+ "name": "-d",
27
+ "description": "Delete jobs (alias for atrm)",
28
+ "type": "number"
29
+ },
30
+ {
31
+ "name": "-m",
32
+ "description": "Send mail even if no output"
33
+ },
34
+ {
35
+ "name": "-v",
36
+ "description": "Show time the job will be executed"
37
+ }
38
+ ],
39
+ "examples": [
40
+ "echo 'backup.sh' | at 2:00 AM",
41
+ "at now + 1 hour -f script.sh",
42
+ "at -l",
43
+ "atrm 5",
44
+ "echo 'reboot' | at midnight"
45
+ ],
46
+ "relatedCommands": [
47
+ "cron",
48
+ "crontab",
49
+ "batch",
50
+ "systemd-timer"
51
+ ]
52
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "name": "babel",
3
+ "description": "JavaScript compiler — transform modern JS to compatible versions",
4
+ "category": "build-tools",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [],
17
+ "globalOptions": [
18
+ {
19
+ "name": "--out-dir",
20
+ "short": "-d",
21
+ "description": "Output directory",
22
+ "type": "string"
23
+ },
24
+ {
25
+ "name": "--out-file",
26
+ "short": "-o",
27
+ "description": "Output file",
28
+ "type": "file"
29
+ },
30
+ {
31
+ "name": "--watch",
32
+ "short": "-w",
33
+ "description": "Watch for changes"
34
+ },
35
+ {
36
+ "name": "--source-maps",
37
+ "short": "-s",
38
+ "description": "Generate source maps"
39
+ },
40
+ {
41
+ "name": "--presets",
42
+ "description": "Comma-separated presets",
43
+ "type": "string"
44
+ },
45
+ {
46
+ "name": "--plugins",
47
+ "description": "Comma-separated plugins",
48
+ "type": "string"
49
+ },
50
+ {
51
+ "name": "--config-file",
52
+ "description": "Path to config",
53
+ "type": "file"
54
+ },
55
+ {
56
+ "name": "--extensions",
57
+ "description": "File extensions to compile",
58
+ "type": "string"
59
+ },
60
+ {
61
+ "name": "--ignore",
62
+ "description": "Glob patterns to skip",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "--copy-files",
67
+ "description": "Copy non-compilable files"
68
+ }
69
+ ],
70
+ "examples": [
71
+ "babel src -d dist",
72
+ "babel src/index.js -o dist/index.js",
73
+ "babel src -d dist -w",
74
+ "babel src -d dist --presets @babel/preset-env",
75
+ "babel src -d dist --copy-files -s"
76
+ ],
77
+ "relatedCommands": [
78
+ "swc",
79
+ "esbuild",
80
+ "tsc",
81
+ "webpack"
82
+ ]
83
+ }
@@ -0,0 +1,105 @@
1
+ {
2
+ "name": "buildah",
3
+ "description": "OCI container image builder",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux"
7
+ ],
8
+ "shells": [
9
+ "bash",
10
+ "zsh",
11
+ "fish"
12
+ ],
13
+ "subcommands": [
14
+ {
15
+ "name": "from",
16
+ "description": "Create a working container",
17
+ "examples": [
18
+ "buildah from ubuntu"
19
+ ]
20
+ },
21
+ {
22
+ "name": "run",
23
+ "description": "Run a command in container",
24
+ "examples": [
25
+ "buildah run ctr -- apt-get update"
26
+ ]
27
+ },
28
+ {
29
+ "name": "copy",
30
+ "description": "Copy content into container",
31
+ "examples": [
32
+ "buildah copy ctr ./app /app"
33
+ ]
34
+ },
35
+ {
36
+ "name": "config",
37
+ "description": "Set container config",
38
+ "examples": [
39
+ "buildah config --cmd /app/start ctr"
40
+ ]
41
+ },
42
+ {
43
+ "name": "commit",
44
+ "description": "Create image from container",
45
+ "examples": [
46
+ "buildah commit ctr myimage:latest"
47
+ ]
48
+ },
49
+ {
50
+ "name": "bud",
51
+ "description": "Build using Dockerfile",
52
+ "examples": [
53
+ "buildah bud -t myimage ."
54
+ ]
55
+ },
56
+ {
57
+ "name": "images",
58
+ "description": "List images",
59
+ "examples": [
60
+ "buildah images"
61
+ ]
62
+ },
63
+ {
64
+ "name": "containers",
65
+ "description": "List working containers",
66
+ "examples": [
67
+ "buildah containers"
68
+ ]
69
+ },
70
+ {
71
+ "name": "rm",
72
+ "description": "Remove working container",
73
+ "examples": [
74
+ "buildah rm ctr"
75
+ ]
76
+ },
77
+ {
78
+ "name": "rmi",
79
+ "description": "Remove image",
80
+ "examples": [
81
+ "buildah rmi myimage"
82
+ ]
83
+ },
84
+ {
85
+ "name": "push",
86
+ "description": "Push image to registry",
87
+ "examples": [
88
+ "buildah push myimage docker://registry.example.com/myimage"
89
+ ]
90
+ }
91
+ ],
92
+ "globalOptions": [],
93
+ "examples": [
94
+ "buildah from ubuntu",
95
+ "buildah bud -t myimage .",
96
+ "buildah commit ctr myimage",
97
+ "buildah push myimage docker://registry/myimage"
98
+ ],
99
+ "relatedCommands": [
100
+ "podman",
101
+ "skopeo",
102
+ "docker",
103
+ "kaniko"
104
+ ]
105
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "name": "cabal",
3
+ "description": "Haskell build tool and package manager",
4
+ "category": "languages",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "init",
19
+ "description": "Initialize project",
20
+ "examples": [
21
+ "cabal init"
22
+ ]
23
+ },
24
+ {
25
+ "name": "build",
26
+ "description": "Build project",
27
+ "examples": [
28
+ "cabal build"
29
+ ]
30
+ },
31
+ {
32
+ "name": "run",
33
+ "description": "Build and run",
34
+ "examples": [
35
+ "cabal run"
36
+ ]
37
+ },
38
+ {
39
+ "name": "test",
40
+ "description": "Run tests",
41
+ "examples": [
42
+ "cabal test"
43
+ ]
44
+ },
45
+ {
46
+ "name": "install",
47
+ "description": "Install packages",
48
+ "examples": [
49
+ "cabal install pandoc"
50
+ ]
51
+ },
52
+ {
53
+ "name": "update",
54
+ "description": "Update package list",
55
+ "examples": [
56
+ "cabal update"
57
+ ]
58
+ },
59
+ {
60
+ "name": "clean",
61
+ "description": "Clean build artifacts",
62
+ "examples": [
63
+ "cabal clean"
64
+ ]
65
+ },
66
+ {
67
+ "name": "repl",
68
+ "description": "Start interactive session",
69
+ "examples": [
70
+ "cabal repl"
71
+ ]
72
+ },
73
+ {
74
+ "name": "haddock",
75
+ "description": "Generate documentation",
76
+ "examples": [
77
+ "cabal haddock"
78
+ ]
79
+ }
80
+ ],
81
+ "globalOptions": [
82
+ {
83
+ "name": "--enable-tests",
84
+ "description": "Enable test suites"
85
+ },
86
+ {
87
+ "name": "--enable-benchmarks",
88
+ "description": "Enable benchmarks"
89
+ },
90
+ {
91
+ "name": "-j",
92
+ "description": "Parallel build jobs",
93
+ "type": "number"
94
+ },
95
+ {
96
+ "name": "-O",
97
+ "description": "Optimization level",
98
+ "type": "number"
99
+ }
100
+ ],
101
+ "examples": [
102
+ "cabal init",
103
+ "cabal build",
104
+ "cabal run",
105
+ "cabal test",
106
+ "cabal update && cabal install pandoc"
107
+ ],
108
+ "relatedCommands": [
109
+ "ghc",
110
+ "stack",
111
+ "ghci",
112
+ "haskell"
113
+ ]
114
+ }