Apply suggestions from code review

Co-Authored-By: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
Aleksey Sidorov 2019-06-24 13:35:11 +03:00 committed by GitHub
parent b1bc629b83
commit c40ee089f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ export type CargoWatchTraceOptions = 'off' | 'error' | 'verbose';
export interface CargoWatchOptions {
enableOnStartup: CargoWatchStartupOptions;
checkArguments: string;
checkCommand: string;
arguments: string;
command: string;
trace: CargoWatchTraceOptions;
}