Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Jun 6, 2024
1 parent 6d501b4 commit 44023a0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions scripts/cli/playground
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ playground_usage() {
printf "%s\n" "$(bold "Tools commands:")"
printf " %s ๐Ÿงฐ Tools commands\n" "$(green "tools") "
printf " %s ๐Ÿช„ Install a slightly modified version of \"Shell Script Command Completion\" Visual Studio Code extension (https://marketplace.visualstudio.com/items?itemName=tetradresearch.vscode-h2o)\n" "$(green "tools install-vscode-extension") "
printf " %s ๐Ÿ” Read provided avro file\n" "$(green "tools read-avro-file") "
printf " %s ๐Ÿ” Read provided parquet file\n" "$(green "tools read-parquet-file") "
printf " %s ๐Ÿ”– Read provided avro file\n" "$(green "tools read-avro-file") "
printf " %s ๐Ÿ”– Read provided parquet file\n" "$(green "tools read-parquet-file") "
echo
printf "%s\n" "$(bold "Debug commands:")"
printf " %s ๐Ÿž Debug commands\n" "$(green "debug") "
Expand Down Expand Up @@ -3253,8 +3253,8 @@ playground_tools_usage() {
# :command.usage_commands
printf "%s\n" "$(bold "== Commands ==")"
printf " %s ๐Ÿช„ Install a slightly modified version of \"Shell Script Command Completion\" Visual Studio Code extension (https://marketplace.visualstudio.com/items?itemName=tetradresearch.vscode-h2o)\n" "$(green "install-vscode-extension")"
printf " %s ๐Ÿ” Read provided avro file\n" "$(green "read-avro-file") "
printf " %s ๐Ÿ” Read provided parquet file\n" "$(green "read-parquet-file") "
printf " %s ๐Ÿ”– Read provided avro file\n" "$(green "read-avro-file") "
printf " %s ๐Ÿ”– Read provided parquet file\n" "$(green "read-parquet-file") "
echo

# :command.long_usage
Expand Down Expand Up @@ -3309,11 +3309,11 @@ playground_tools_install_vscode_extension_usage() {
# :command.usage
playground_tools_read_avro_file_usage() {
if [[ -n $long_usage ]]; then
printf "playground tools read-avro-file - ๐Ÿ” Read provided avro file\n"
printf "playground tools read-avro-file - ๐Ÿ”– Read provided avro file\n"
echo

else
printf "playground tools read-avro-file - ๐Ÿ” Read provided avro file\n"
printf "playground tools read-avro-file - ๐Ÿ”– Read provided avro file\n"
echo

fi
Expand Down Expand Up @@ -3344,11 +3344,11 @@ playground_tools_read_avro_file_usage() {
# :command.usage
playground_tools_read_parquet_file_usage() {
if [[ -n $long_usage ]]; then
printf "playground tools read-parquet-file - ๐Ÿ” Read provided parquet file\n"
printf "playground tools read-parquet-file - ๐Ÿ”– Read provided parquet file\n"
echo

else
printf "playground tools read-parquet-file - ๐Ÿ” Read provided parquet file\n"
printf "playground tools read-parquet-file - ๐Ÿ”– Read provided parquet file\n"
echo

fi
Expand Down
4 changes: 2 additions & 2 deletions scripts/cli/playground.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
},
{
"name": "read-avro-file",
"description": "๐Ÿ” Read provided avro file\n",
"description": "๐Ÿ”– Read provided avro file\n",
"usage": "playground tools read-avro-file [OPTIONS]",
"options": [
{
Expand All @@ -961,7 +961,7 @@
},
{
"name": "read-parquet-file",
"description": "๐Ÿ” Read provided parquet file\n",
"description": "๐Ÿ”– Read provided parquet file\n",
"usage": "playground tools read-parquet-file [OPTIONS]",
"options": [
{
Expand Down
4 changes: 2 additions & 2 deletions scripts/cli/playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ subcommands:
options: []
- name: read-avro-file
description: |
๐Ÿ” Read provided avro file
๐Ÿ”– Read provided avro file
usage: playground tools read-avro-file [OPTIONS]
options:
- names:
Expand All @@ -1087,7 +1087,7 @@ subcommands:
- name: read-parquet-file
description: |
๐Ÿ” Read provided parquet file
๐Ÿ”– Read provided parquet file
usage: playground tools read-parquet-file [OPTIONS]
options:
- names:
Expand Down
4 changes: 2 additions & 2 deletions scripts/cli/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ commands:
code: visit https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line to install
- name: read-avro-file
help: |-
๐Ÿ” Read provided avro file
๐Ÿ”– Read provided avro file
flags:
- long: --file
short: -f
Expand All @@ -1460,7 +1460,7 @@ commands:
- name: read-parquet-file
help: |-
๐Ÿ” Read provided parquet file
๐Ÿ”– Read provided parquet file
flags:
- long: --file
short: -f
Expand Down

0 comments on commit 44023a0

Please sign in to comment.