Abyss-lord commented on issue #5541:
URL: https://github.com/apache/gravitino/issues/5541#issuecomment-2560536717

   One idea I had was to add a line under the Commands module stating, 
'Automatically replace the appropriate arguments when used.' Additionally, for 
the command example, I should include the expected output and syntax, for 
example
   ### Metalake commands
   
   Syntax: `gcli metalake 
<details|list|create|delete|update|properties|set|remove> [options...]`
   
   #### Show all metalakes
   
   ```bash
   gcli metalake list
   # expected output: list metalake, e.g.
   # metalake_demo1
   # metalake_demo2
   
   ```
   
   #### Show a metalake details
   
   ```bash
   gcli metalake details
   # expected output: Details of metalake, e.g.
   # metalake_demo,new comment
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to