Squires is a Python library which simplifies the creation of powerful self-documenting readline-based command line interfaces. Scripts using Squires have the following features in their interface: full readline bindings, tab completion of commands and their options, inline command help (which is accessed by pressing tab), option syntax validation, and hidden commands and options.