Skip to content

Commit

Permalink
contrib(bashly): fix sqlp, add slice, cleanup to flags only
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk authored Apr 8, 2024
1 parent f54cf78 commit 6299c68
Showing 1 changed file with 17 additions and 28 deletions.
45 changes: 17 additions & 28 deletions contrib/bashly/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ version: 0.125.0
commands:
- name: count
completions:
- <file>
args:
- name: input
required: true
default: "-"
- <file>
flags:
- long: --human-readable
- long: --width
Expand All @@ -20,11 +16,7 @@ commands:

- name: frequency
completions:
- <file>
args:
- name: input
required: true
default: "-"
- <file>
flags:
- long: --select
arg: arg
Expand All @@ -46,13 +38,24 @@ commands:
- &memcheck
long: --memcheck

- name: slice
completions:
- <file>
flags:
- long: --start
- long: --end
- long: --len
arg: arg
- long: --index
arg: arg
- long: --json
- *output
- *no-headers
- *delimiter

- name: stats
completions:
- <file>
args:
- name: input
required: true
default: "-"
flags:
- long: --select
arg: arg
Expand Down Expand Up @@ -83,20 +86,6 @@ commands:
- name: sqlp
completions:
- <file>
args:
- name: input
required: true
repeatable: true
default: "-"
- name: sql
required: true
flags:
- long: --human-readable
- long: --width
- long: --no-polars
- long: --low-memory
- long: --flexible
- long: --no-headers
flags:
- long: --format
arg: <arg>
Expand Down

0 comments on commit 6299c68

Please sign in to comment.