Siecje / xontrib-prompt-ret-code

Adds return code info to xonsh prompt. This has been merged into xonsh itself.
MIT License
4 stars 0 forks source link

Mark as Deprecated ? #2

Closed Carreau closed 8 months ago

Carreau commented 7 years ago

Hey,

It seem that your package has been merged into Xonsh core, though Google seem to reference it high, would you mind marking it as deprectated if this is the case.

Thanks

Siecje commented 7 years ago

How should I do that?

Carreau commented 7 years ago

How should I do that?

I would just add a big warning at the top of the readme. Some project even make the master-branch have only the readme.

At startup you can also look at xonsh.__version__ and print a warning that this is now in xonsh core.

if you want to be aggressive you can sys.exit() in setup.py.

I'll add on my todo list to send a PR if that can be of help.