@enspirit/emb 0.10.0 → 0.10.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 +1 -1
- package/dist/src/cli/commands/tasks/run.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ export default class RunTask extends BaseCommand {
|
|
|
42
42
|
if (error instanceof AmbiguousReferenceError) {
|
|
43
43
|
throw error.toCliError([
|
|
44
44
|
`Specify just one. Eg: \`emb tasks run ${error.matches[0]}\``,
|
|
45
|
-
'Run the same command with --all-
|
|
45
|
+
'Run the same command with --all-matching / -a',
|
|
46
46
|
'Review the list of tasks by running `emb tasks`',
|
|
47
47
|
]);
|
|
48
48
|
}
|
package/oclif.manifest.json
CHANGED