smithfarm / dochazka-cli

Dochazka CLI client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Generalize init_cli_client() #3

Closed smithfarm closed 9 years ago

smithfarm commented 9 years ago

ATM we are using init_cli_client() from App::Dochazka::CLI::Util and there is another, similar, init_cli_client() in bin/mrest. This is not good, and should be rectified by generalizing init_cli_client() and putting it in Web::MREST::CLI where it belongs.

smithfarm commented 9 years ago

Generalized init_cli_client() implemented in Web::MREST::CLI version 0.277

smithfarm commented 9 years ago

Done in App::Dochazka::CLI version 0.211