Skip to content

Commit

Permalink
refactor(options.coffee): Remove "--schemas" alias
Browse files Browse the repository at this point in the history
The alias is being removed in preparation to support Mocha option "--slow" which will assume
ownership of this alias when made available.

BREAKING CHANGE: Alias "-s" will no longer be used for "--schemas".
  • Loading branch information
plroebuck committed Feb 24, 2018
1 parent 0332c34 commit 520a4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/options.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ options =
type: 'boolean'

schemas:
alias: 's'
description: 'Specify pattern to match schema files to be loaded for use as JSON refs'
type: 'string'

Expand Down

0 comments on commit 520a4a3

Please sign in to comment.