[go-nuts] Re: bash completion for flag package

2017-05-25 Thread mhhcbon
worked like a charm since i understood i needed to source my bashrc! great package here! thanks a lot! On Tuesday, May 23, 2017 at 9:21:07 PM UTC+2, Eyal Posener wrote: > > I recently did the complete package , > that enables bash completion for the go comman

[go-nuts] Re: bash completion for flag package

2017-05-24 Thread mhhcbon
wahou :) trying it now! On Tuesday, May 23, 2017 at 9:21:07 PM UTC+2, Eyal Posener wrote: > > I recently did the complete package , > that enables bash completion for the go command line. > I came to be really satisfied with the result, but the package downsid

[go-nuts] Re: bash completion for flag package

2017-05-23 Thread Eyal Posener
No subcommand options :-) On Wednesday, May 24, 2017 at 3:21:23 AM UTC+3, Will Faught wrote: > > Can it complete subcommands? > > By the way, there's a small syntax error in the readme example: > []string{"work", "dring} > > On Tuesday, May 23, 2017 at 12:21:07 PM UTC-7, Eyal Posener wrote: >> >>

[go-nuts] Re: bash completion for flag package

2017-05-23 Thread Will Faught
Can it complete subcommands? By the way, there's a small syntax error in the readme example: []string{"work", "dring} On Tuesday, May 23, 2017 at 12:21:07 PM UTC-7, Eyal Posener wrote: > > I recently did the complete package , > that enables bash completion