diff --git a/README.md b/README.md index 29da0c5b..85376ccd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Usage: buffrs Commands: init Initializes a buffrs setup + lint Check rule violations for this package add Adds dependencies to a manifest file remove Removes dependencies from a manifest file package Exports the current package into a distributable tgz archive diff --git a/docs/src/commands/buffrs-help.md b/docs/src/commands/buffrs-help.md index 3b06e093..2f24bc47 100644 --- a/docs/src/commands/buffrs-help.md +++ b/docs/src/commands/buffrs-help.md @@ -26,6 +26,7 @@ Usage: buffrs Commands: init Initializes a buffrs setup + lint Check rule violations for this package add Adds dependencies to a manifest file remove Removes dependencies from a manifest file package Exports the current package into a distributable tgz archive @@ -56,4 +57,4 @@ Options: --api Sets up the package as api -h, --help Print help -V, --version Print version -``` \ No newline at end of file +```