Just a note, on `hobo g migration`, for example, if the user does not hit <enter> initially and mistakingly hits another key, they have to either enter a filename or control-c out of it as it will not accept backspaces nor a simple <enter> on the next prompt. I'll illustrate with the following:
--BEGIN SAMPLE-- What now: [g]enerate migration, generate and [m]igrate now or [c]ancel? m => "m" Migration filename: [<enter>=hobo_migration_1|<custom_name>]: '^H^[[3~^[[3~ => "'\b\e[3~\e[3~" Unknown choice! Migration filename: [<enter>=hobo_migration_1|<custom_name>]: ^[[A => "\e[A" Unknown choice! Migration filename: [<enter>=hobo_migration_1|<custom_name>]: <enter pressed> => nil Unknown choice! Migration filename: [<enter>=hobo_migration_1|<custom_name>]: <enter pressed> => nil Unknown choice! --END SAMPLE-- Obviously the quick solution is to enter your own filename, but this appears to simply be an oversight and I thought I'd note it if anyone's interested in fixing it. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
