-----
- Retrieve content from archive, rather than legacy.
- Make the collectiom version required for
``neb get [env] [colid] [col_version]``.
See https://github.com/Connexions/nebuchadnezzar/issues/54
- Warn and prompt if requested not most recently published version.
- Move all subcommand common options to the subcommands.
``neb [OPTIONS] get [OPTIONS] ...`` becomes ``neb get [OPTIONS``.
For example, ``neb -v get ...`` becomes ``neb get -v ...``.
See https://github.com/Connexions/nebuchadnezzar/issues/48