datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

add success_msg function #59

Closed machow closed 7 years ago

machow commented 7 years ago

Note that like all other functions using state it needs to be used like,

Ex().success_msg("NEW MESSAGE Y'ALL")
# or
success_msg(some_state, "NEW MESSAGE Y'ALL")