bash-classify 0.2.0__tar.gz → 0.2.1__tar.gz

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 (174) hide show
  1. {bash_classify-0.2.0 → bash_classify-0.2.1}/.claude-plugin/marketplace.json +1 -1
  2. {bash_classify-0.2.0 → bash_classify-0.2.1}/PKG-INFO +1 -1
  3. {bash_classify-0.2.0 → bash_classify-0.2.1}/coding-agent-plugins/claude-code/.claude-plugin/plugin.json +1 -1
  4. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/apt.yaml +2 -0
  5. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/awk.yaml +2 -0
  6. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/basename.yaml +2 -0
  7. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/bash.yaml +2 -0
  8. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/brew.yaml +2 -0
  9. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/builtin.yaml +2 -0
  10. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/cargo.yaml +2 -0
  11. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/cat.yaml +2 -0
  12. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/chgrp.yaml +2 -0
  13. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/chmod.yaml +2 -0
  14. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/chown.yaml +2 -0
  15. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/column.yaml +2 -0
  16. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/comm.yaml +2 -0
  17. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/command.yaml +2 -0
  18. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/cp.yaml +2 -0
  19. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/curl.yaml +2 -0
  20. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/cut.yaml +2 -0
  21. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/date.yaml +2 -0
  22. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/df.yaml +2 -0
  23. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/diff.yaml +2 -0
  24. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/dig.yaml +2 -0
  25. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/dirname.yaml +2 -0
  26. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/docker.yaml +1 -0
  27. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/du.yaml +2 -0
  28. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/echo.yaml +2 -0
  29. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/env.yaml +2 -0
  30. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/expand.yaml +2 -0
  31. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/false.yaml +2 -0
  32. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/file.yaml +2 -0
  33. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/find.yaml +2 -0
  34. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/fmt.yaml +2 -0
  35. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/fold.yaml +2 -0
  36. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/free.yaml +2 -0
  37. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/gawk.yaml +2 -0
  38. bash_classify-0.2.1/src/bash_classify/commands/gh.yaml +615 -0
  39. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/git.yaml +2 -0
  40. bash_classify-0.2.1/src/bash_classify/commands/glab.yaml +740 -0
  41. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/go.yaml +2 -0
  42. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/grep.yaml +2 -0
  43. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/groups.yaml +2 -0
  44. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/gunzip.yaml +2 -0
  45. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/gzip.yaml +2 -0
  46. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/head.yaml +2 -0
  47. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/helm.yaml +2 -0
  48. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/hostname.yaml +2 -0
  49. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/id.yaml +2 -0
  50. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/install.yaml +2 -0
  51. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/join.yaml +2 -0
  52. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/journalctl.yaml +2 -0
  53. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/jq.yaml +2 -0
  54. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/kill.yaml +2 -0
  55. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/killall.yaml +2 -0
  56. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/kubectl.yaml +1 -0
  57. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/less.yaml +2 -0
  58. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ln.yaml +2 -0
  59. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ls.yaml +2 -0
  60. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/make.yaml +2 -0
  61. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/md5sum.yaml +2 -0
  62. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/mkdir.yaml +2 -0
  63. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/more.yaml +2 -0
  64. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/mv.yaml +2 -0
  65. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/netstat.yaml +2 -0
  66. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/nice.yaml +2 -0
  67. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/nl.yaml +2 -0
  68. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/node.yaml +2 -0
  69. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/nohup.yaml +2 -0
  70. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/npm.yaml +2 -0
  71. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/nslookup.yaml +2 -0
  72. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/paste.yaml +2 -0
  73. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ping.yaml +2 -0
  74. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/pip.yaml +2 -0
  75. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/pip3.yaml +2 -0
  76. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/pkill.yaml +2 -0
  77. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/poetry.yaml +2 -0
  78. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/printenv.yaml +2 -0
  79. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/printf.yaml +2 -0
  80. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ps.yaml +2 -0
  81. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/pwd.yaml +2 -0
  82. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/pytest.yaml +2 -0
  83. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/python.yaml +0 -1
  84. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/python3.yaml +0 -1
  85. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/read.yaml +2 -0
  86. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/readlink.yaml +2 -0
  87. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/realpath.yaml +2 -0
  88. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/rev.yaml +2 -0
  89. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/rg.yaml +2 -0
  90. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/rm.yaml +2 -0
  91. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/rsync.yaml +2 -0
  92. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ruff.yaml +2 -0
  93. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/scp.yaml +2 -0
  94. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/sed.yaml +2 -0
  95. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/seq.yaml +2 -0
  96. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/sh.yaml +2 -0
  97. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/sha1sum.yaml +2 -0
  98. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/sha256sum.yaml +2 -0
  99. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/sort.yaml +2 -0
  100. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ss.yaml +2 -0
  101. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/ssh.yaml +2 -0
  102. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/stat.yaml +2 -0
  103. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/strace.yaml +2 -0
  104. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/sudo.yaml +2 -0
  105. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/systemctl.yaml +2 -0
  106. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/tac.yaml +2 -0
  107. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/tail.yaml +2 -0
  108. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/tar.yaml +2 -0
  109. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/tee.yaml +2 -0
  110. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/terraform.yaml +2 -0
  111. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/test.yaml +2 -0
  112. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/time.yaml +2 -0
  113. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/timeout.yaml +2 -0
  114. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/top.yaml +2 -0
  115. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/touch.yaml +2 -0
  116. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/tr.yaml +2 -0
  117. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/traceroute.yaml +2 -0
  118. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/true.yaml +2 -0
  119. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/type.yaml +2 -0
  120. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/uname.yaml +2 -0
  121. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/unexpand.yaml +2 -0
  122. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/uniq.yaml +2 -0
  123. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/unzip.yaml +2 -0
  124. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/uptime.yaml +2 -0
  125. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/uv.yaml +2 -0
  126. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/wc.yaml +2 -0
  127. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/wget.yaml +2 -0
  128. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/whereis.yaml +2 -0
  129. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/which.yaml +2 -0
  130. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/whoami.yaml +2 -0
  131. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/xargs.yaml +2 -0
  132. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/xmllint.yaml +2 -0
  133. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/yes.yaml +2 -0
  134. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/yq.yaml +2 -0
  135. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/zip.yaml +2 -0
  136. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/commands/zsh.yaml +2 -0
  137. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/matcher.py +35 -9
  138. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_matcher.py +46 -0
  139. {bash_classify-0.2.0 → bash_classify-0.2.1}/.claude/rules/command-database.md +0 -0
  140. {bash_classify-0.2.0 → bash_classify-0.2.1}/.editorconfig +0 -0
  141. {bash_classify-0.2.0 → bash_classify-0.2.1}/.github/workflows/ci.yml +0 -0
  142. {bash_classify-0.2.0 → bash_classify-0.2.1}/.github/workflows/publish.yml +0 -0
  143. {bash_classify-0.2.0 → bash_classify-0.2.1}/.gitignore +0 -0
  144. {bash_classify-0.2.0 → bash_classify-0.2.1}/.python-version +0 -0
  145. {bash_classify-0.2.0 → bash_classify-0.2.1}/CLAUDE.md +0 -0
  146. {bash_classify-0.2.0 → bash_classify-0.2.1}/LICENSE +0 -0
  147. {bash_classify-0.2.0 → bash_classify-0.2.1}/README.md +0 -0
  148. {bash_classify-0.2.0 → bash_classify-0.2.1}/SPEC.md +0 -0
  149. {bash_classify-0.2.0 → bash_classify-0.2.1}/coding-agent-plugins/claude-code/hooks/classify-bash.sh +0 -0
  150. {bash_classify-0.2.0 → bash_classify-0.2.1}/coding-agent-plugins/claude-code/hooks/hooks.json +0 -0
  151. {bash_classify-0.2.0 → bash_classify-0.2.1}/docs/classification-guidance.md +0 -0
  152. {bash_classify-0.2.0 → bash_classify-0.2.1}/pyproject.toml +0 -0
  153. {bash_classify-0.2.0 → bash_classify-0.2.1}/ruff.toml +0 -0
  154. {bash_classify-0.2.0 → bash_classify-0.2.1}/schemas/command.schema.json +0 -0
  155. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/__init__.py +0 -0
  156. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/__main__.py +0 -0
  157. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/classifier.py +0 -0
  158. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/cli.py +0 -0
  159. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/database.py +0 -0
  160. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/models.py +0 -0
  161. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/parser.py +0 -0
  162. {bash_classify-0.2.0 → bash_classify-0.2.1}/src/bash_classify/py.typed +0 -0
  163. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/__init__.py +0 -0
  164. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/conftest.py +0 -0
  165. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_classifier.py +0 -0
  166. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_cli.py +0 -0
  167. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_cli_serialization.py +0 -0
  168. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_database.py +0 -0
  169. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_models.py +0 -0
  170. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_parser.py +0 -0
  171. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_real_world.py +0 -0
  172. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_schema.py +0 -0
  173. {bash_classify-0.2.0 → bash_classify-0.2.1}/tests/test_smoke.py +0 -0
  174. {bash_classify-0.2.0 → bash_classify-0.2.1}/uv.lock +0 -0
@@ -8,7 +8,7 @@
8
8
  {
9
9
  "name": "bash-classify-hook",
10
10
  "description": "Auto-allows readonly bash commands in Claude Code using bash-classify",
11
- "version": "0.2.0",
11
+ "version": "0.2.1",
12
12
  "author": {
13
13
  "name": "Filip Procházka",
14
14
  "url": "https://github.com/fprochazka"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bash-classify
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Classify bash commands as READONLY, WRITE, DANGEROUS, or UNKNOWN
5
5
  Project-URL: Homepage, https://github.com/fprochazka/bash-classify
6
6
  Project-URL: Repository, https://github.com/fprochazka/bash-classify
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bash-classify-hook",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Auto-allows readonly bash commands in Claude Code using bash-classify",
5
5
  "author": {
6
6
  "name": "Filip Prochazka"
@@ -2,6 +2,8 @@
2
2
  command: apt
3
3
  description: "Debian package management tool"
4
4
  strict: false
5
+ global_options:
6
+ --help: {overrides: READONLY}
5
7
  subcommands:
6
8
  list:
7
9
  classification: READONLY
@@ -3,3 +3,5 @@ command: awk
3
3
  description: "Pattern scanning and text processing language"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: basename
3
3
  description: "Strip directory and suffix from filenames"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,6 +3,8 @@ command: bash
3
3
  description: "GNU Bourne-Again SHell"
4
4
  classification: DANGEROUS
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  delegates_to:
7
9
  mode: flag_value_is_expression
8
10
  flag: -c
@@ -2,6 +2,8 @@
2
2
  command: brew
3
3
  description: "macOS and Linux package manager"
4
4
  strict: false
5
+ global_options:
6
+ --help: {overrides: READONLY}
5
7
  subcommands:
6
8
  list:
7
9
  classification: READONLY
@@ -2,5 +2,7 @@
2
2
  command: builtin
3
3
  description: "Execute a shell builtin command"
4
4
  classification: READONLY
5
+ global_options:
6
+ --help: {overrides: READONLY}
5
7
  delegates_to:
6
8
  mode: rest_are_argv
@@ -2,6 +2,8 @@
2
2
  command: cargo
3
3
  description: "Rust package manager and build tool"
4
4
  strict: false
5
+ global_options:
6
+ --help: {overrides: READONLY}
5
7
  subcommands:
6
8
  build:
7
9
  classification: LOCAL_EFFECTS
@@ -3,3 +3,5 @@ command: cat
3
3
  description: "Concatenate and print files"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,6 +3,8 @@ command: chgrp
3
3
  description: "Change group ownership of files"
4
4
  classification: LOCAL_EFFECTS
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  options:
7
9
  -R: {overrides: DANGEROUS}
8
10
  --recursive: {overrides: DANGEROUS, aliases: [-R]}
@@ -3,6 +3,8 @@ command: chmod
3
3
  description: "Change file mode bits"
4
4
  classification: LOCAL_EFFECTS
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  options:
7
9
  -R: {overrides: DANGEROUS}
8
10
  --recursive: {overrides: DANGEROUS, aliases: [-R]}
@@ -3,6 +3,8 @@ command: chown
3
3
  description: "Change file owner and group"
4
4
  classification: LOCAL_EFFECTS
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  options:
7
9
  -R: {overrides: DANGEROUS}
8
10
  --recursive: {overrides: DANGEROUS, aliases: [-R]}
@@ -3,3 +3,5 @@ command: column
3
3
  description: "Format input into multiple columns"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: comm
3
3
  description: "Compare two sorted files line by line"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -2,6 +2,8 @@
2
2
  command: command
3
3
  description: "Execute a command or display command info"
4
4
  classification: READONLY
5
+ global_options:
6
+ --help: {overrides: READONLY}
5
7
  delegates_to:
6
8
  mode: rest_are_argv
7
9
  options:
@@ -3,3 +3,5 @@ command: cp
3
3
  description: "Copy files and directories"
4
4
  classification: LOCAL_EFFECTS
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,6 +3,8 @@ command: curl
3
3
  description: "Transfer data from or to a server"
4
4
  classification: EXTERNAL_EFFECTS
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  options:
7
9
  -o: {takes_value: true, overrides: EXTERNAL_EFFECTS}
8
10
  --output: {takes_value: true, overrides: EXTERNAL_EFFECTS, aliases: [-o]}
@@ -3,3 +3,5 @@ command: cut
3
3
  description: "Remove sections from each line of files"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,6 +3,8 @@ command: date
3
3
  description: "Display or set the system date and time"
4
4
  classification: READONLY
5
5
  strict: true
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  options:
7
9
  -s: {takes_value: true, overrides: DANGEROUS}
8
10
  --set: {takes_value: true, overrides: DANGEROUS, aliases: [-s]}
@@ -3,3 +3,5 @@ command: df
3
3
  description: "Report file system disk space usage"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: diff
3
3
  description: "Compare files line by line"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: dig
3
3
  description: "DNS lookup utility"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: dirname
3
3
  description: "Strip last component from file name"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,6 +3,7 @@ command: docker
3
3
  description: "Container application platform"
4
4
  strict: false
5
5
  global_options:
6
+ --help: {overrides: READONLY}
6
7
  --host: {takes_value: true, aliases: [-H]}
7
8
  --config: {takes_value: true}
8
9
  --context: {takes_value: true}
@@ -3,3 +3,5 @@ command: du
3
3
  description: "Estimate file space usage"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: echo
3
3
  description: "Display a line of text"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -2,6 +2,8 @@
2
2
  command: env
3
3
  description: "Run a program in a modified environment"
4
4
  classification: READONLY
5
+ global_options:
6
+ --help: {overrides: READONLY}
5
7
  delegates_to:
6
8
  mode: rest_are_argv
7
9
  strip_assignments: true
@@ -3,3 +3,5 @@ command: expand
3
3
  description: "Convert tabs to spaces"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: "false"
3
3
  description: "Return an unsuccessful exit status"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: file
3
3
  description: "Determine file type"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,6 +3,8 @@ command: find
3
3
  description: "Search for files in a directory hierarchy"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
6
8
  options:
7
9
  -delete: {overrides: DANGEROUS}
8
10
  -exec:
@@ -3,3 +3,5 @@ command: fmt
3
3
  description: "Simple optimal text formatter"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: fold
3
3
  description: "Wrap each input line to fit in specified width"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: free
3
3
  description: "Display amount of free and used memory"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
@@ -3,3 +3,5 @@ command: gawk
3
3
  description: "Pattern scanning and processing language"
4
4
  classification: READONLY
5
5
  strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}