Hi,
This looks promising. But is there a way I can have multiple attributes displayed on pressing tab. Basically a usage or -h option by default, I am extending the existing example here only.
Bird
->Speed
->Height [40]
->Distance
crash% bird [Press tab]
speed height[40] distance
crash% bird speed 30 [Press Tab]
height[40] distance
crash% bird speed 30
crash% bird speed 30 d[Press Tab] -> should expand it to %bird distance OR
crash% bird speed 30 h[Press Tab] -> should expand it to %bird height
crash% bird speed 30 distance 40 [Press Enter]
Output->Bird is flying at a default speed of 30m/s at a default height of 40m and has travelled 40 meters
I really appreciate your proactive help on the usage of crash. Thanks a million