Tiziano Perrucci

Results 5 issues of Tiziano Perrucci

When upgrading to `click==7.0` commands help are not displayed anymore. Sample code: ``` from __future__ import print_function import click import click_repl @click.group() def cli(): pass @cli.command() def test1(): """test 1...

In [provisioner.rb](/dsander/vagrant-ansible/blob/master/lib/vagrant-ansible/provisioner.rb#L64) when writing the inventory file the ${ssh.port} should be used instead of ${forward}

If there is any issue which prevent GTB to run I would like to be able to build the project directly with gulp. Could be possible to add the option...

Generally GTB is used as a CLI but in my CI environment I want to be able to run single commands and not be prompted for input; so I would...

I get an error when trying to build my project: `[13:25:48] Bower is not installed. Please install it with "npm install -g bower" before you run the script again.` I...