Hack book of Hoa\CliUnfortunately, the documentation of this library has not
been written yet. However, the README.md file may contain
enough information to help you. This document is an extract of the
README.md file.
Sorry for this inconvenience. Be ensured we are working hard to fix
this.This meta-library provides the hoa command line. This is a shell tool to
access libraries' commands.
Quick usage
Once installed, commands from libraries can be run with the following command
line pattern:
$ hoa <library-name>:<command-name> <options> <inputs>
Running hoa with no argument will list all the available commands with a small
description. Note: If the option --no-verbose is present, the list of commands
will not be formatted. Thus, used in conjunction with Zsh
resources, you
will be able to auto-complete any commands from any libraries for free.
On every command, there is at least the -h, --help and -? options,
providing helps and usages.
To provide a command from a library, create a class inside the Bin/ directory.
For instance, for a potential Hoa\Foo library, the bar command will be
described by the Hoa\Foo\Bin\Bar class, located inside the Foo/Bin/Bar.php
file.
An error or a suggestion about the documentation?
Contributions are
welcome!
Choose your language:
,
.
Hoa is the creation of Ivan Enderlin, all rights reserved. See the license. Twitter, Github.
This is a companion discussion topic for the original entry at https://hoa-project.net/En/Literature/Hack/Cli.html