SYNOPSIS
Activate completion using (can be put in your bash startup file):
% complete -C demo-getopt-long-complete demo-getopt-long-complete
Test completion:
% demo-getopt-long-complete <tab>
% demo-getopt-long-complete -<tab>
% demo-getopt-long-complete --int 1 -<tab>
# and so on