[go: up one dir, main page]

Module cli

Module cli 

Source

Modules§

shared
Sets of arguments that are shared between commands.

Structs§

AddCommand
BuildCommand
Compile the current or target project.
CheckCommand
Check the current or target project and all of its dependencies for errors.
CleanCommand
Removes the default forc compiler output artifact directory, i.e. <project-name>/out.
CompletionsCommand
Generate tab-completion scripts for your shell
InitCommand
Create a new Forc project in an existing directory.
NewCommand
Create a new Forc project at <path>.
PluginsCommand
Find all forc plugins available via PATH.
RemoveCommand
TemplateCommand
Create a new Forc project from a git template.
TestCommand
Run the Sway unit tests for the current project.
UpdateCommand
Update dependencies in the Forc dependencies directory.

Functions§

run_cli