@lininn/openflow 0.1.5 → 0.1.6
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/dist/cli/init.js +3 -3
- package/package.json +1 -1
package/dist/cli/init.js
CHANGED
|
@@ -97,9 +97,9 @@ export const initCommand = new Command('init')
|
|
|
97
97
|
}
|
|
98
98
|
logger.info('Available commands:');
|
|
99
99
|
logger.info(' /openflow proposal Quick requirement capture');
|
|
100
|
-
logger.info(' /openflow
|
|
101
|
-
logger.info(' /openflow
|
|
100
|
+
logger.info(' /openflow brainstorming Deep design exploration');
|
|
101
|
+
logger.info(' /openflow spec Generate specs + translate');
|
|
102
102
|
logger.info(' /openflow build Execute implementation');
|
|
103
|
-
logger.info(' /openflow
|
|
103
|
+
logger.info(' /openflow close Verify + archive');
|
|
104
104
|
logger.blank();
|
|
105
105
|
});
|