Skip to content

Latest commit

 

History

History
158 lines (106 loc) · 2.65 KB

File metadata and controls

158 lines (106 loc) · 2.65 KB

Help 🦮

After installing, you can view help for each sub-command:

Screencast

Demo

Global Help

Invoking the CLI without any arguments, or with help or --help shows the global help:

$ ./enola
...

Each sub-command's help can be shown either with enola help SUBCOMMAND (better) or enola SUBCOMMAND --help (not recommended).

Chat

Chat has the following options:

$ ./enola help chat
...

AI

AI has the following options:

$ ./enola help ai
...

MCP

MCP has the following options:

$ ./enola help mcp
...

DocGen

Documentation Generation has the following options:

$ ./enola help docgen
...

Gen

Generation has the following options:

$ ./enola help gen
...

Get

Get Entity has the following options:

$ ./enola help get
...

Server

The built-in HTTP Web Server has the following options:

$ ./enola help server
...

ExecMD

Executable Markdown has the following options:

$ ./enola help execmd
...

Rosetta

Rosetta has the following options:

$ ./enola help rosetta
...

Canonicalize

Canonicalize has the following options:

$ ./enola help canonicalize
...

Validate

$ ./enola help validate
...

Fetch

Fetch has the following options:

$ ./enola help fetch
...

Info

Info has the following options:

$ ./enola help info
...

Generate Completion

$ ./enola generate-completion --help
...