Allow passing arguments to fmt, do not pass filenames

This commit is contained in:
DanielChabrowski 2020-06-20 01:43:12 +02:00
parent e06d845e5b
commit 77fcfde371

View file

@ -1,10 +1,10 @@
- id: fmt - id: fmt
name: fmt name: fmt
description: Format files with cargo fmt. description: Format files with cargo fmt.
entry: cargo fmt -- entry: cargo fmt
language: system language: system
types: [rust] types: [rust]
args: [] pass_filenames: false
- id: cargo-check - id: cargo-check
name: cargo check name: cargo check
description: Check the package for errors. description: Check the package for errors.