Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored and benfdking committed Jun 13, 2024
1 parent 4489a72 commit 6c5ae71
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Command-Line Help for `sqruff`

This document contains the help content for the `sqruff` command-line program.

**Command Overview:**

* [`sqruff`](#sqruff)
* [`sqruff lint`](#sqruff-lint)
* [`sqruff fix`](#sqruff-fix)

## `sqruff`

sqruff is a sql formatter and linter

**Usage:** `sqruff <COMMAND>`

###### **Subcommands:**

* `lint` — lint files
* `fix` — fix files



## `sqruff lint`

lint files

**Usage:** `sqruff lint [OPTIONS] [PATHS]...`

###### **Arguments:**

* `<PATHS>`

###### **Options:**

* `-f`, `--format <FORMAT>`

Default value: `human`

Possible values: `human`, `github-annotation-native`




## `sqruff fix`

fix files

**Usage:** `sqruff fix [OPTIONS] [PATHS]...`

###### **Arguments:**

* `<PATHS>`

###### **Options:**

* `--force` — Skip the confirmation prompt and go straight to applying fixes

Possible values: `true`, `false`

* `-f`, `--format <FORMAT>`

Default value: `human`

Possible values: `human`, `github-annotation-native`




<hr/>

<small><i>
This document was generated automatically by
<a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>

0 comments on commit 6c5ae71

Please sign in to comment.