text-completions 0.1.0

Environment and file path completions for dialoguer
Documentation

text-completions

This library provides implementations of the Completion trait. It contains the EnvCompletion which autocompletes environment variables typed in the unix style, the PathCompletion which completes file system paths and MultiCompletion which combines multiple Completions together.