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
1) Use a pragma-free (and working) approach to extract CBMC_OPTIONS.
2) Add completion of all completable arguments to command-line options.
3) Make CMake's install target install the resulting bash completion
script in etc/bash_completion.d
4) Make the .deb package depend on bash-completion for the now-included
completion snippet to be useful.
echo"Problem converting the parameter list to the correct format, illegal characters detected. This is likely to be an error in this conversion script."
42
35
exit 1;
43
36
fi
44
37
45
38
echo"Injecting the parameter list to the autocomplete file."
46
39
sed "5 s/.*/ local switches=\"$cleanstring\"/" cbmc.sh.template > cbmc.sh
0 commit comments