You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use autocomplete on a chalk docker command, seeing the error bash: _chalk_docker_completions: command not found:
./chalk docker build -f tests/functional/data/dockerfiles/valid/sample_1/Dockerfile tests/functional/data/dockerfiles/valibash: _chalk_docker_completions: command not found
Impact
cannot autocomplete filepaths for docker, may be related to #80
Steps to Reproduce
type chalk docker build -f into bash terminal
hit tab key
observe error
The text was updated successfully, but these errors were encountered:
Description
When trying to use autocomplete on a
chalk docker
command, seeing the errorbash: _chalk_docker_completions: command not found
:Impact
cannot autocomplete filepaths for docker, may be related to #80
Steps to Reproduce
chalk docker build -f
into bash terminaltab
keyThe text was updated successfully, but these errors were encountered: