Hello, At https://github.com/erikhuda/thor/blob/master/lib/thor/parser/option.rb#L89, you can see that the `--force` option doens't have its `--no-force` option generated. 1. Why treat it differently? 2. How can I achieve the same behavior? I don't want these `--no-foo` aliases.