vovk-cli 0.0.4 → 0.0.5

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.
@@ -172,7 +172,7 @@ export class VovkDev {
172
172
  if (isInitial) {
173
173
  callback();
174
174
  if (!this.#segments.length) {
175
- log.info(`Create a root segment with ${chalkHighlightThing('npx vovk new segment')} command`);
175
+ log.info(`No segments found. Create a root segment with ${chalkHighlightThing('npx vovk new segment')} command`);
176
176
  }
177
177
  }
178
178
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "CLI tool for managing Vovk.ts projects",
5
5
  "files": [
6
6
  "dist",