Skip to content

Commit

Permalink
Document the thriftcheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Feb 21, 2024
1 parent 41e9264 commit 3ebd9dd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/*
Thriftcheck lints Thrift IDL files.
Usage:
thriftcheck [options] [path ...]
Options:
-I, --include value
include path (can be specified multiple times)
-c, --config string
configuration file path (default ".thriftcheck.toml")
--errors-only
only report errors (not warnings)
-h, --help
show command help
-l, --list
list all available checks with their status and exit
--stdin-filename string
filename used when piping from stdin (default "stdin")
-v, --verbose
enable verbose (debugging) output
--version
print the version and exit
*/
package main

import (
Expand Down

0 comments on commit 3ebd9dd

Please sign in to comment.