Skip to content

Commit

Permalink
docs: update posixNoncompliantFlags description
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed May 25, 2021
1 parent 1b823f8 commit 65e1c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/fig.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ declare namespace Fig {
export interface Spec extends Subcommand {
/**
* This flag allows options to have multiple characters
* even though they only have one hyphen
* even if they only have one hyphen
*
* @example
* -mod
* -longflag
*/
posixNoncompliantFlags?: boolean;
}
Expand Down Expand Up @@ -93,7 +93,7 @@ declare namespace Fig {
* If a given suggestion has a priority outside of 50-75 AND has been selected by the user before, the prioritiy will be increased by the timestamp of when that suggestion was selected as a decimal.
*
*
* @examples
* @example
* If you want your suggestions to always be at the top order regardless of whether they have been selected before or not, rank them 76 or above
* If you want your suggestions to always be at the bottom regardless of whether they have been selected before or not, rank them 49 or below
*/
Expand Down

0 comments on commit 65e1c81

Please sign in to comment.