-
Notifications
You must be signed in to change notification settings - Fork 2
Description
@simonleung8 - I wanted to have the CLI show some flickering flames by doing the cf awesome command and the cf awesome --extra-flames command for a few iterations. I recorded the command_set like the following but the CLI couldn't handle it:
○ → cf record total-awesome
Please start entering CF commands
For example: 'cf api http://api.10.244.0.34.xip.io --skip-ssl-validation'
type 'stop' to stop recording and save
type 'quit' to quit recording without saving
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> cf awesome
(recording) >> cf awesome --extra-flames
(recording) >> stop
|1.9.3-p484| london in ~/Downloads
○ → cf plugins|grep -i total-awesome <--Expecting to see some flames but nothing. :-)
Is this because a plugin cmd can't call another plugin?