@oclif/plugin-commands 3.1.7 → 3.2.1

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.
package/README.md CHANGED
@@ -10,6 +10,7 @@ plugin to show the list of all the commands
10
10
  * [@oclif/plugin-commands](#oclifplugin-commands)
11
11
  * [Usage](#usage)
12
12
  * [Commands](#commands)
13
+ * [Contributing](#contributing)
13
14
  <!-- tocstop -->
14
15
 
15
16
  # Usage
@@ -20,7 +21,7 @@ $ npm install -g @oclif/plugin-commands
20
21
  $ oclif-example COMMAND
21
22
  running command...
22
23
  $ oclif-example (--version)
23
- @oclif/plugin-commands/3.1.7 linux-x64 node-v20.11.1
24
+ @oclif/plugin-commands/3.2.1 linux-x64 node-v20.11.1
24
25
  $ oclif-example --help [COMMAND]
25
26
  USAGE
26
27
  $ oclif-example COMMAND
@@ -64,5 +65,9 @@ DESCRIPTION
64
65
  list all the commands
65
66
  ```
66
67
 
67
- _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.1.7/src/commands/commands.ts)_
68
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.2.1/src/commands/commands.ts)_
68
69
  <!-- commandsstop -->
70
+
71
+ # Contributing
72
+
73
+ See [contributing guide](./CONRTIBUTING.md)