Re: [PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-05-22 Thread via GitHub
zeroshade commented on code in PR #68: URL: https://github.com/apache/iceberg-go/pull/68#discussion_r1610113609 ## cmd/iceberg/main.go: ## @@ -34,16 +34,21 @@ import ( const usage = `iceberg. Usage: - iceberg list [options] [PARENT] - iceberg describe [options] [namespace

Re: [PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-05-21 Thread via GitHub
rtadepalli commented on code in PR #68: URL: https://github.com/apache/iceberg-go/pull/68#discussion_r1609138974 ## cmd/iceberg/main.go: ## @@ -34,16 +34,21 @@ import ( const usage = `iceberg. Usage: - iceberg list [options] [PARENT] - iceberg describe [options] [namespace

Re: [PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-04-23 Thread via GitHub
zeroshade commented on PR #68: URL: https://github.com/apache/iceberg-go/pull/68#issuecomment-2073179846 @rtadepalli I like the idea in general, but could you address my question when you have a chance? -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-04-02 Thread via GitHub
zeroshade commented on code in PR #68: URL: https://github.com/apache/iceberg-go/pull/68#discussion_r1548127844 ## cmd/iceberg/main.go: ## @@ -34,16 +34,21 @@ import ( const usage = `iceberg. Usage: - iceberg list [options] [PARENT] - iceberg describe [options] [namespace

Re: [PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-04-01 Thread via GitHub
rtadepalli commented on PR #68: URL: https://github.com/apache/iceberg-go/pull/68#issuecomment-2030993475 @zeroshade can you please take a look at this? -- 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

Re: [PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-03-02 Thread via GitHub
rtadepalli commented on code in PR #68: URL: https://github.com/apache/iceberg-go/pull/68#discussion_r1510032756 ## cmd/iceberg/main.go: ## @@ -53,12 +58,22 @@ Arguments: VALUE value to set Options: - -h --help show this helpe messages and exit --cata

[PR] Improve CLI Text by Adding Verbose Text for Commands [iceberg-go]

2024-03-02 Thread via GitHub
rtadepalli opened a new pull request, #68: URL: https://github.com/apache/iceberg-go/pull/68 Add some verbose descriptions (similar to PyIceberg) for the CLI options when `iceberg --help` is used. -- This is an automated message from the Apache Git Service. To respond to the message, plea