You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by cscetbon <gi...@git.apache.org> on 2013/04/24 15:04:15 UTC

cassandra pull request: Overwrite cqlsh prompt by setting CQLSH_PROMPT envi...

GitHub user cscetbon opened a pull request:

    https://github.com/apache/cassandra/pull/16

    Overwrite cqlsh prompt by setting CQLSH_PROMPT environment variable

    We use it to warn people about not using WHERE filter for example

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cscetbon/cassandra trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra/pull/16.patch

----
commit 094d8929dc6b91e468a8a86ab427f54a190f58e3
Author: Cyril Scetbon <cs...@gmail.com>
Date:   2013-04-24T13:01:01Z

    Overwrite cqlsh prompt by setting CQLSH_PROMPT environment variable

----