Expand description
Proceed is a set of utility functions for handling command line input in a consistent and pleasing (to me) way… That’s it; short-and-sweet, no bells and whistles added.
Constants§
Traits§
- Proceed
- The abstraction around checking whether to proceed or not.
Functions§
- any_
or_ quit_ with - Press any key to continue, or ‘q’ to quit. This only really functions if you have the [term] feature enabled.
- proceed
- Would you like to continue (y/N)?
- proceed_
or - Override the default proceed value of “false”.
- proceed_
or_ else - Proceed or else run the given function.