Documentation
¶
Overview ¶
Package main provides the r2r-cli command-line interface
This file contains go:generate directives that copy contract files from the contracts directory to their appropriate locations before building.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
command-parser
Package commandparser provides parsing functionality for r2r CLI commands It parses command-line arguments according to the EBNF schema and identifies the boundary between Viper-processed arguments and container arguments.
|
Package commandparser provides parsing functionality for r2r CLI commands It parses command-line arguments according to the EBNF schema and identifies the boundary between Viper-processed arguments and container arguments. |
|
logging
Package logging provides a simple logging system for the r2r CLI.
|
Package logging provides a simple logging system for the r2r CLI. |
|
validator
Package validator provides validation for r2r-cli commands It uses the command parser to parse arguments and then validates them against business rules and the EBNF schema.
|
Package validator provides validation for r2r-cli commands It uses the command parser to parse arguments and then validates them against business rules and the EBNF schema. |
Click to show internal directories.
Click to hide internal directories.