Skip to content
- Added an `init` command which generates the config based on the answer
  you give to the prompt. This makes it easier to start using todotree.
- Added `help` as a command. It does the same as `--help`.
- Added `version`, which gives the version number of todotree. It also
  showcases the differences between normal --verbose and --quiet output.
- Removed the `wishlist_folder` functionality.
- Renamed --config-path to --config-file
- If git pull fails, then a warning is emitted instead of stopping with
  an error.