czybjtu opened a new pull request, #2016:
URL: https://github.com/apache/incubator-opendal/pull/2016
This PR just polish the output of oli command line when no subcommand was
input.
Before:
```bash
# ./oli
Error: not handled
```
After:
```bash
# ./oli
OpenDAL Command Line Interface
Usage: oli [OPTIONS] <COMMAND>
Commands:
cat display object content
cp copy
ls ls
rm remove object
stat show object metadata
help Print this message or the help of the given subcommand(s)
Options:
--config <config> Path to the config file [default:
/root/.config/oli/config.toml]
-h, --help Print help
-V, --version Print version
```
--
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]