add docs + fix nit

This commit is contained in:
Maidul Islam
2025-03-11 19:01:47 -04:00
parent 159c27ac67
commit 84cc7bcd6c
3 changed files with 109 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ var gatewayCmd = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
token, err := util.GetInfisicalToken(cmd)
if err != nil {
util.HandleError(err, "Unable to parse flag")
util.HandleError(err, "Unable to parse token flag")
}
if token == nil {