dereuromark / cakephp-translate

A CakePHP plugin to manage translations of your static content the easy way via web backend.
MIT License
17 stars 3 forks source link

Translate Shell shows no sub commands #8

Closed ravage84 closed 7 years ago

ravage84 commented 7 years ago

When I run

myapp>bin\cake.bat translate

It shows:

Usage:
cake translate.translate [subcommand] [-h] [-q] [-v]

Subcommands:

help  Display some help.

To see help on a subcommand use `cake translate.translate [subcommand] --help`

Options:

--help, -h     Display this help.
--quiet, -q    Enable quiet output.
--verbose, -v  Enable verbose output.

What sub commands can I use?

dereuromark commented 7 years ago

It does not ship with any, currently all happens via backend in web, would be nice to add those commands here. especially for larger projects/translations via CLI would not have any runtime timeout issues :) But the web has the advantage of doing things directly per click in the backend for whoever has the role access. It is a trade off of usability I guess.

ravage84 commented 7 years ago

OK, I see.

SO, I guess you should not display the shell under https://github.com/dereuromark/cakephp-translate#usage then.

dereuromark commented 7 years ago

Or you can help making it useful :)