The "show" command takes an optional integer argument, which is interpreted as the number of results to show. It would be ideal if it instead interpreted its argument as a python slice object, which would allow users to specify negative indices, specific ranges of elements, and skips.
The "show" command takes an optional integer argument, which is interpreted as the number of results to show. It would be ideal if it instead interpreted its argument as a python slice object, which would allow users to specify negative indices, specific ranges of elements, and skips.