dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

added force command #300

Closed devpaul closed 4 years ago

devpaul commented 4 years ago

Type: feature

The following has been addressed in the PR:

Description:

Adds the --force parameter allowing for commands to run even when their validation fails. Still prints validation errors and issues, but allows for the user to continue.

Resolves #298

agubler commented 4 years ago

@devpaul looks like there is a compilation error on ci

src/template.ts(8,36): error TS2345: Argument of type '(err: Error, str?: string | undefined) => void' is not assignable to parameter of type 'Options | undefined'.
  Type '(err: Error, str?: string | undefined) => void' has no properties in common with type 'Options'.