Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 06:24
9312153
fix completion for tome names with 2+ chars (#30)

fix #28 (GitHub)

tome completion was failing for a command "app", when
navigating to sub directories.

This was occurring due to incorrect stripping of
the first word in completion, instead stripping the
first 2 chars.

some minor style fixes.