@peernova/cuneiform-sf 1.0.1 → 1.0.2
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,7 +161,7 @@ FLAG DESCRIPTIONS
|
|
|
161
161
|
More information about a flag. Don't repeat the summary.
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [src/commands/cuneiform/about.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/
|
|
164
|
+
_See code: [src/commands/cuneiform/about.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/1.0.2/src/commands/cuneiform/about.ts)_
|
|
165
165
|
|
|
166
166
|
## `sf hello world`
|
|
167
167
|
|
|
@@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
|
|
|
198
198
|
This person can be anyone in the world!
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/hello/world.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/
|
|
201
|
+
_See code: [src/commands/hello/world.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/1.0.2/src/commands/hello/world.ts)_
|
|
202
202
|
|
|
203
203
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED