Add command to generate Fission CLI docs (#2247)

* Add command to generate Fission CLI docs
* Minor fixes identified by LanguageTool

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-11-02 17:09:31 +05:30
committed by GitHub
parent 0c8a0c43c1
commit f09d399c17
5 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ import (
const (
usage = `Fission: Fast and Simple Serverless Functions for Kubernetes
* Github: https://github.com/fission/fission
* GitHub: https://github.com/fission/fission
* Documentation: https://fission.io/docs
`
)