diff --git a/README.md b/README.md index b77f8d6..b25d28f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- + capybara

@@ -69,32 +69,29 @@ $ capybara border text_bottom --container-height 360 --without-subtitle Different styles support different parameters. Please refer to the documentation for details -You can use `--help` to view the default parameters. +### Style Example ```bash -$ ./capybara --help -A command-line tool to add simple borders and annotate photo information such as camera model, manufacturer, focal length, lens, etc. - -Usage: - border [flags] - border [command] - -Available Commands: - border To batch add borders to images. - completion Generate the autocompletion script for the specified shell - help Help about any command - version Print the version number - -Flags: - --debug enables detailed logging for debugging. - -h, --help help for border - --no-parallelism disables parallel processing, without goroutine. - -v, --version print version - -Use "border [command] --help" for more information about a command. +$ capybara border simple +$ capybara border text_bottom +$ capybara border melon ``` -Subcommand --help +
+
+ simple +
+
+ text_bottom +
+
+ melon +
+
+ +### Help + +You can use `subcommand --help` to view the default parameters. ```bash $ ./capybara border text_bottom --help diff --git a/docs/image/style-melon.webp b/docs/image/style-melon.webp new file mode 100644 index 0000000..9141f90 Binary files /dev/null and b/docs/image/style-melon.webp differ diff --git a/docs/image/style-simple.webp b/docs/image/style-simple.webp new file mode 100644 index 0000000..9084465 Binary files /dev/null and b/docs/image/style-simple.webp differ diff --git a/docs/image/style-text_bottom.webp b/docs/image/style-text_bottom.webp new file mode 100644 index 0000000..be89918 Binary files /dev/null and b/docs/image/style-text_bottom.webp differ